speed up editorconfig plugin

This commit is contained in:
Thomas Ruoff
2017-06-25 23:48:33 +02:00
parent b4f4c9b95a
commit e9c7ced56c

6
vimrc
View File

@@ -53,6 +53,8 @@ Plug 'sheerun/vim-polyglot'
Plug 'christoomey/vim-tmux-navigator'
Plug 'tweekmonster/startuptime.vim'
" Investigate on custom text object, seems really usefull
" Plug 'kana/vim-textobj-user'
" Plug 'jceb/vim-textobj-uri' | Plug 'kana/vim-textobj-user'
@@ -263,6 +265,10 @@ iab xnow <c-r>=strftime("%Y-%m-%d %H:%M")<cr>
" Plugin Configuration {{{
"" editorconfig
let g:EditorConfig_core_mode = 'python_external'
let g:EditorConfig_exclude_patterns = ['fugitive://.*']
"" gutentags
let g:gutentags_cache_dir="~/.tags"