From 10903c46e8b95d2bef2ece17e9e17340baf7d2fb Mon Sep 17 00:00:00 2001 From: lhark Date: Thu, 17 May 2018 09:35:34 -0400 Subject: [PATCH] [vimrc] Fix detectindent loading --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()