From ef00232b6df90dbba49ff5ddbd6ef1543a297545 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 10 Oct 2021 10:11:13 +0800 Subject: Update vim config --- .vim/plugin/editorconfig.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .vim/plugin/editorconfig.vim (limited to '.vim/plugin/editorconfig.vim') 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 -- cgit v1.2.3