summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-07-18 10:38:44 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-07-18 10:38:44 +0200
commite5e9f552d6d6457b9395de1cd85f7bbbca57d4bb (patch)
tree120b2db26914ebfa34138ea12157f6ab86c018c3
parentc1c76274331614ab1d4555395ca1bd9a62b8256b (diff)
downloaddotfiles-e5e9f552d6d6457b9395de1cd85f7bbbca57d4bb.tar.gz
dotfiles-e5e9f552d6d6457b9395de1cd85f7bbbca57d4bb.tar.xz
Add vimshell
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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'