diff --git a/.gitmodules b/.gitmodules index 935f099..c449b2d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "vim/.vim/bundle/rust.vim"] path = vim/.vim/bundle/rust.vim url = https://github.com/rust-lang/rust.vim.git +[submodule "vim/.vim/bundle/editorconfig-vim"] + path = vim/.vim/bundle/editorconfig-vim + url = https://github.com/editorconfig/editorconfig-vim diff --git a/vim/.vim/bundle/editorconfig-vim b/vim/.vim/bundle/editorconfig-vim new file mode 160000 index 0000000..a069da8 --- /dev/null +++ b/vim/.vim/bundle/editorconfig-vim @@ -0,0 +1 @@ +Subproject commit a069da8426ec5b9fc4d9f83c783c999e9d20f7d0