[vimrc] Fix detectindent loading

This commit is contained in:
lhark 2018-05-17 09:35:34 -04:00
parent d52f6d60e6
commit 10903c46e8

2
vimrc
View file

@ -120,9 +120,9 @@ if has("unix") || has("mac")
Plugin 'tpope/vim-surround'
Plugin 'captbaritone/better-indent-support-for-php-with-html'
"[Autodetect indent style of a file]"
Plugin 'roryokane/detectindent'
let g:detectindent_preferred_indent=4
let g:detectindent_autodetect=1
Plugin 'roryokane/detectindent'
"[Solarized theme]"
Plugin 'altercation/vim-colors-solarized'
call vundle#end()