diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e0a8723 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,18 @@ +[submodule ".vim/bundle/ctrlp.vim"] + path = .vim/bundle/ctrlp.vim + url = git@github.com:kien/ctrlp.vim.git +[submodule ".vim/bundle/nerdtree"] + path = .vim/bundle/nerdtree + url = git@github.com:scrooloose/nerdtree.git +[submodule ".vim/bundle/nerdtree-git-plugin"] + path = .vim/bundle/nerdtree-git-plugin + url = git@github.com:Xuyuanp/nerdtree-git-plugin.git +[submodule ".vim/bundle/supertab"] + path = .vim/bundle/supertab + url = git@github.com:ervandew/supertab.git +[submodule ".vim/bundle/vim-clang-format"] + path = .vim/bundle/vim-clang-format + url = git@github.com:rhysd/vim-clang-format.git +[submodule ".vim/bundle/vim-surround"] + path = .vim/bundle/vim-surround + url = git@github.com:tpope/vim-surround.git