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 +++ .vim/bundle/vimshell.vim | 1 + .vimrc | 1 + 3 files changed, 5 insertions(+) create mode 160000 .vim/bundle/vimshell.vim 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 diff --git a/.vim/bundle/vimshell.vim b/.vim/bundle/vimshell.vim new file mode 160000 index 0000000..c71ffb4 --- /dev/null +++ b/.vim/bundle/vimshell.vim @@ -0,0 +1 @@ +Subproject commit c71ffb48b9ea2c718facd2eaad431f59503e58aa diff --git a/.vimrc b/.vimrc index 996c351..34a0953 100644 --- a/.vimrc +++ b/.vimrc @@ -78,6 +78,7 @@ Plugin 'SirVer/ultisnips' Plugin 'honza/vim-snippets' Plugin 'Shougo/unite.vim' Plugin 'Shougo/vimproc.vim' +Plugin 'Shougo/vimshell.vim' Plugin 'tpope/vim-unimpaired' Plugin 'tpope/vim-fugitive' -- cgit v1.2.3-24-g4f1b