[vimrc] Fix detectindent loading
This commit is contained in:
parent
d52f6d60e6
commit
10903c46e8
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -120,9 +120,9 @@ if has("unix") || has("mac")
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
Plugin 'captbaritone/better-indent-support-for-php-with-html'
|
Plugin 'captbaritone/better-indent-support-for-php-with-html'
|
||||||
"[Autodetect indent style of a file]"
|
"[Autodetect indent style of a file]"
|
||||||
|
Plugin 'roryokane/detectindent'
|
||||||
let g:detectindent_preferred_indent=4
|
let g:detectindent_preferred_indent=4
|
||||||
let g:detectindent_autodetect=1
|
let g:detectindent_autodetect=1
|
||||||
Plugin 'roryokane/detectindent'
|
|
||||||
"[Solarized theme]"
|
"[Solarized theme]"
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
Loading…
Reference in a new issue