diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-07-16 15:08:45 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-07-16 15:08:45 +0200 |
commit | 92a10e3588d10eb4f1bf7d3666f039fcfff57d8c (patch) | |
tree | 291781e0afc1c7ebb5a72ebd562ddd19611a2671 /.gitmodules | |
parent | 7a7c261999781adbf9bba0d36725208f53489484 (diff) | |
download | dotfiles-92a10e3588d10eb4f1bf7d3666f039fcfff57d8c.tar.gz dotfiles-92a10e3588d10eb4f1bf7d3666f039fcfff57d8c.tar.xz |
vim: some new modules and updates
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1980f12..8a273bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,21 @@ [submodule ".vim/bundle/unltisnips"] path = .vim/bundle/unltisnips url = https://github.com/SirVer/ultisnips.git +[submodule ".vim/bundle/vim-fugative"] + path = .vim/bundle/vim-fugative + url = https://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/vim-unimpaired"] + path = .vim/bundle/vim-unimpaired + url = https://github.com/tpope/vim-unimpaired.git +[submodule ".vim/bundle/vim-repeat"] + path = .vim/bundle/vim-repeat + url = https://github.com/tpope/vim-repeat.git +[submodule ".vim/bundle/vim-fugutive"] + path = .vim/bundle/vim-fugutive + url = https://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/ultisnips"] + path = .vim/bundle/ultisnips + url = https://github.com/SirVer/ultisnips.git |