From 4f562ded77c5d074de657dfee569ad3090183fdd Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 24 May 2013 14:13:09 -0700 Subject: [PATCH] Add editorconfig plugin --- .gitmodules | 3 +++ vim/bundle/editorconfig | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/editorconfig diff --git a/.gitmodules b/.gitmodules index 0e20960..24f4fa0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "vim/bundle/literate-coffeescript"] path = vim/bundle/literate-coffeescript url = https://github.com/mintplant/vim-literate-coffeescript.git +[submodule "vim/bundle/editorconfig"] + path = vim/bundle/editorconfig + url = https://github.com/editorconfig/editorconfig-vim.git diff --git a/vim/bundle/editorconfig b/vim/bundle/editorconfig new file mode 160000 index 0000000..5262af8 --- /dev/null +++ b/vim/bundle/editorconfig @@ -0,0 +1 @@ +Subproject commit 5262af8bc98b62bdc17600bc29b1173eb8c232d0