diff --git a/vimrc b/vimrc index 36febae..cbb67d9 100644 --- a/vimrc +++ b/vimrc @@ -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()