added submodules

This commit is contained in:
2015-06-02 00:03:00 -07:00
parent b74b2b0f67
commit 0a5efdc5aa

18
.gitmodules vendored Normal file
View File

@@ -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