From 6cf3cce6a3c861f2b6c1fb8259f2818d565c273e Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 18 Oct 2018 09:53:45 -0400 Subject: [PATCH] Synchronized updates 2018-10-18 --- .gitmodules | 3 +++ dotbot | 2 +- my_configs.vim | 3 +++ vim_plugins/editorconfig-vim | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) create mode 160000 vim_plugins/editorconfig-vim 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