From e5e9f552d6d6457b9395de1cd85f7bbbca57d4bb Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 18 Jul 2016 10:38:44 +0200 Subject: Add vimshell Signed-off-by: Florian Pritz --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3-24-g4f1b