Browse Source

[vimrc] Fix detectindent loading

merge-requests/1/merge
lhark 8 years ago
parent
commit
10903c46e8
  1. 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…
Cancel
Save