X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4b63f03ffb23d3a6892d96e039c715c0b0a8d240..bc2e610292d967ba732af5ab16b676a1d928eb13:/.gitmodules diff --git a/.gitmodules b/.gitmodules index 2b4a011..a642c18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,21 @@ [submodule "vim/bundle/syntastic"] path = vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule "vim/bundle/nerdtree"] + path = vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree.git +[submodule "vim/bundle/vim-airline"] + path = vim/bundle/vim-airline + url = https://github.com/bling/vim-airline +[submodule "vim/bundle/Gundo"] + path = vim/bundle/Gundo + url = https://github.com/vim-scripts/Gundo.git +[submodule "vim/bundle/tagbar"] + path = vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar.git +[submodule "vim/bundle/tcomment_vim"] + path = vim/bundle/tcomment_vim + url = https://github.com/tomtom/tcomment_vim.git +[submodule "vim/bundle/YouCompleteMe"] + path = vim/bundle/YouCompleteMe + url = https://github.com/Valloric/YouCompleteMe.git