|
|
|
@ -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() |
|
|
|
|