From aa17324df14ef08d99cd244138fb2f5a2c422134 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 29 Dec 2019 11:04:17 -0500 Subject: Remove some unused themes. Add vim-hardtime. Adjust key bindings and filetype options --- plugin/filetype-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/filetype-options.vim') diff --git a/plugin/filetype-options.vim b/plugin/filetype-options.vim index f0cbb37..1adfe23 100644 --- a/plugin/filetype-options.vim +++ b/plugin/filetype-options.vim @@ -81,7 +81,7 @@ function SetShellOptions() set smartindent endfunction function SetGoOptions() - set tabstop=8 + set tabstop=4 set noexpandtab " The ACP is pretty slow with my Go plugins enabled AcpDisable -- cgit v1.2.3