diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-11-13 10:32:53 +0100 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-11-13 10:32:53 +0100 |
commit | 4fec0d0c34a768efb0f269bde29c57a99becdc8c (patch) | |
tree | 868249488a716b7e9d9496d746d957bb2d643623 /.gitmodules | |
parent | 86ad079a46949772e344aa00c251de1deea74901 (diff) | |
download | dotfiles-4fec0d0c34a768efb0f269bde29c57a99becdc8c.tar.gz dotfiles-4fec0d0c34a768efb0f269bde29c57a99becdc8c.tar.bz2 dotfiles-4fec0d0c34a768efb0f269bde29c57a99becdc8c.zip |
Replace vim taglist plugin by bundle
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b4c4fe5..b6ec17e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "vim/vim/bundle/vim-indent-guides"] path = vim/vim/bundle/vim-indent-guides url = https://github.com/nathanaelkane/vim-indent-guides.git +[submodule "vim/vim/bundle/taglist"] + path = vim/vim/bundle/taglist + url = https://github.com/vim-scripts/taglist.vim.git |