diff --git a/.gitmodules b/.gitmodules index 6b7f813..7b28a4f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "vim_plugins/vim-better-whitespace"] path = vim_plugins/vim-better-whitespace url = git://github.com/ntpeters/vim-better-whitespace.git +[submodule "vim_plugins/editorconfig-vim"] + path = vim_plugins/editorconfig-vim + url = https://github.com/editorconfig/editorconfig-vim.git diff --git a/dotbot b/dotbot index b442b9b..e35b079 160000 --- a/dotbot +++ b/dotbot @@ -1 +1 @@ -Subproject commit b442b9bdced7d849ddc0ea4283de1f80d9bacd8c +Subproject commit e35b0794fde7d2f0957626cafe6e08709c0fc56b diff --git a/my_configs.vim b/my_configs.vim index 1c683d1..d14222e 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -24,3 +24,6 @@ iunmap $q iunmap $e iunmap $t +" Tune EditorConfig: +let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] + diff --git a/vim_plugins/editorconfig-vim b/vim_plugins/editorconfig-vim new file mode 160000 index 0000000..736451a --- /dev/null +++ b/vim_plugins/editorconfig-vim @@ -0,0 +1 @@ +Subproject commit 736451ae203c5e3bcce39f1be11d68009b783d82