diff --git a/.gitmodules b/.gitmodules index 0b5facb..9d2c5eb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,9 @@ [submodule "vim/bundle/YouCompleteMe"] path = vim/bundle/YouCompleteMe url = git@github.com:Valloric/YouCompleteMe +[submodule "vim/bundle/bufexplorer"] + path = vim/bundle/bufexplorer + url = git@github.com:jlanzarotta/bufexplorer.git +[submodule "vim/bundle/vim-fugitive"] + path = vim/bundle/vim-fugitive + url = git@github.com:tpope/vim-fugitive diff --git a/vim/bundle/bufexplorer b/vim/bundle/bufexplorer new file mode 160000 index 0000000..fc022c5 --- /dev/null +++ b/vim/bundle/bufexplorer @@ -0,0 +1 @@ +Subproject commit fc022c55a57a8559af00272cc03f83e0a8029c63 diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive new file mode 160000 index 0000000..90ee6fb --- /dev/null +++ b/vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 90ee6fb5d255d14d9f12f2469f92ee50149f5b44