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