diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-18 10:38:44 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-18 10:38:44 +0200 |
commit | e5e9f552d6d6457b9395de1cd85f7bbbca57d4bb (patch) | |
tree | 120b2db26914ebfa34138ea12157f6ab86c018c3 /.gitmodules | |
parent | c1c76274331614ab1d4555395ca1bd9a62b8256b (diff) | |
download | dotfiles-e5e9f552d6d6457b9395de1cd85f7bbbca57d4bb.tar.gz dotfiles-e5e9f552d6d6457b9395de1cd85f7bbbca57d4bb.tar.xz |
Add vimshell
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 73bed82..11bf528 100644 --- a/.gitmodules +++ b/.gitmodules @@ -88,3 +88,6 @@ [submodule ".vim/bundle/tagbar-phpctags.vim"] path = .vim/bundle/tagbar-phpctags.vim url = https://github.com/vim-php/tagbar-phpctags.vim.git +[submodule ".vim/bundle/vimshell.vim"] + path = .vim/bundle/vimshell.vim + url = https://github.com/Shougo/vimshell.vim.git |