aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 60b2209..5c71785 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -83,6 +83,8 @@ Plugin 'https://github.com/digitaltoad/vim-jade.git'
Plugin 'vim-pandoc/vim-pandoc'
" Orgmode
Plugin 'https://github.com/jceb/vim-orgmode'
+" EditorConfig plugin for Vim
+Plugin 'editorconfig/editorconfig-vim'
"Plugin 'https://github.com/othree/xml.vim'
"Plugin 'https://github.com/terryma/vim-multiple-cursors'
@@ -657,6 +659,11 @@ if executable('ag')
endif
" }}}
+" Editorconfig {{{
+
+let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
+
+" }}}
" }}}
" Load custom local config {{{