summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------.vim/bundle/vimshell.vim0
-rw-r--r--.vimrc1
3 files changed, 4 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
diff --git a/.vim/bundle/vimshell.vim b/.vim/bundle/vimshell.vim
new file mode 160000
+Subproject c71ffb48b9ea2c718facd2eaad431f59503e58a
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'