X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/258bbfe04c9fe3fd686d51a7e0249f2b705cc2b6..77356398da5943e6b6fb4a88114a40526bf6039c:/.gitmodules diff --git a/.gitmodules b/.gitmodules index 225a52d..447a11a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,18 @@ [submodule "awesome/awesome-freedesktop"] path = awesome/awesome-freedesktop url = https://github.com/terceiro/awesome-freedesktop.git +[submodule "vim/bundle/vim-fugitive"] + path = vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git +[submodule "vim/bundle/command-t"] + path = vim/bundle/command-t + url = git://git.wincent.com/command-t.git +[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