From eeab3e63af438424099d163b843ed456cace81e5 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 21 Nov 2014 22:06:28 -0500 Subject: [PATCH] Remove smartindent, which apparently interferes with filetype based indents --- vim/config/settings.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/config/settings.vim b/vim/config/settings.vim index 839d628..6e18ab5 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -80,7 +80,7 @@ "BEHAVIOUR: {{{ set history=250 "size of the undo history set whichwrap=b,s,<,>,[,] "scrolling left/right off current line wraps to the next/previous - set smarttab expandtab autoindent smartindent tabstop=4 shiftwidth=4 "configure tabs + set smarttab expandtab autoindent tabstop=4 shiftwidth=4 "configure tabs set hlsearch incsearch ignorecase smartcase "configure how search behaves set timeout timeoutlen=500 "how long before timing out for mappings set ttimeout ttimeoutlen=100 "how long before timing out for terminal key codes