diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-03-03 16:11:43 +0100 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-03-03 16:11:43 +0100 |
| commit | 707f07ee6d7308346d6a346bd073f096c346d963 (patch) | |
| tree | f9f9b419dfe22df354a9c730b615eb9e8057b642 /.gitmodules | |
| parent | f6d088eaffa9f231d5af727d8d2d08c479a31642 (diff) | |
| download | dotfiles-707f07ee6d7308346d6a346bd073f096c346d963.tar.gz | |
[Git] adding more plugins as submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 377662e..bf26f06 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,15 @@ [submodule ".vim/bundle/vim-easymotion"] path = .vim/bundle/vim-easymotion url = https://github.com/Lokaltog/vim-easymotion.git +[submodule ".vim/bundle/rainbow_parentheses.vim"] + path = .vim/bundle/rainbow_parentheses.vim + url = https://github.com/kien/rainbow_parentheses.vim.git +[submodule ".vim/bundle/taglist.vim"] + path = .vim/bundle/taglist.vim + url = https://github.com/vim-scripts/taglist.vim.git +[submodule ".vim/bundle/tagbar"] + path = .vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar.git +[submodule ".vim/bundle/bufexplorer"] + path = .vim/bundle/bufexplorer + url = https://github.com/c9s/bufexplorer.git |
