Adding editorconfig support
[vimconf.git] / init.vim
index aa86714d76c608905b253a37d67c73fc0717a9aa..e8dac98d6375e37a557a6cecd6515294f8259663 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -60,6 +60,8 @@ endif
 
 runtime plugsetup.vim
 
 
 runtime plugsetup.vim
 
+let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
+
 " Some preferences for indent detection
 let g:detectindent_min_indent = 2
 let g:detectindent_max_indent = 4
 " Some preferences for indent detection
 let g:detectindent_min_indent = 2
 let g:detectindent_max_indent = 4
@@ -112,7 +114,6 @@ else
   call neomake#configure#automake('nw', 1000)
 endif
 
   call neomake#configure#automake('nw', 1000)
 endif
 
-
 let g:clang_compilation_database = '.'
 
 " Speedup deoplete startup time, see deoplete FAQ
 let g:clang_compilation_database = '.'
 
 " Speedup deoplete startup time, see deoplete FAQ