diff options
author | Guangxiong Lin <[email protected]> | 2022-04-02 11:48:21 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-02 11:48:21 +0800 |
commit | 0587d80453bc92acb20b351fd17bc2f9126e01b0 (patch) | |
tree | c16ded09f47751abca3f21b35825a1c7873425ba /.vim/plugin/editorconfig.vim | |
parent | 9ed3898acfdab8f1361e46c755f337eec96c4028 (diff) | |
download | dotfiles-0587d80453bc92acb20b351fd17bc2f9126e01b0.tar.gz dotfiles-0587d80453bc92acb20b351fd17bc2f9126e01b0.tar.bz2 dotfiles-0587d80453bc92acb20b351fd17bc2f9126e01b0.zip |
Update plugin config location in vim
Diffstat (limited to '.vim/plugin/editorconfig.vim')
-rw-r--r-- | .vim/plugin/editorconfig.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.vim/plugin/editorconfig.vim b/.vim/plugin/editorconfig.vim deleted file mode 100644 index 70a4c16..0000000 --- a/.vim/plugin/editorconfig.vim +++ /dev/null @@ -1,2 +0,0 @@ -let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] -au FileType gitcommit let b:EditorConfig_disable = 1 |