aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/editorconfig.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-10-10 10:11:13 +0800
committerGuangxiong Lin <[email protected]>2021-10-10 10:11:13 +0800
commitef00232b6df90dbba49ff5ddbd6ef1543a297545 (patch)
tree3893c3badbc223d89fce4f23c252bf4031f0ccfd /.vim/plugin/editorconfig.vim
parentdfb05c72600a40986a09cc406f27fd385ee185ab (diff)
downloaddotfiles-ef00232b6df90dbba49ff5ddbd6ef1543a297545.tar.gz
dotfiles-ef00232b6df90dbba49ff5ddbd6ef1543a297545.tar.bz2
dotfiles-ef00232b6df90dbba49ff5ddbd6ef1543a297545.zip
Update vim config
Diffstat (limited to '.vim/plugin/editorconfig.vim')
-rw-r--r--.vim/plugin/editorconfig.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/plugin/editorconfig.vim b/.vim/plugin/editorconfig.vim
new file mode 100644
index 0000000..70a4c16
--- /dev/null
+++ b/.vim/plugin/editorconfig.vim
@@ -0,0 +1,2 @@
+let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
+au FileType gitcommit let b:EditorConfig_disable = 1