From d6210fc440e9850449bd71cb2291e17adba08446 Mon Sep 17 00:00:00 2001 From: Eragos Date: Thu, 4 Aug 2016 22:27:13 +0200 Subject: [PATCH] add vim-tmux --- .gitmodules | 3 +++ .vim/bundle/vim-tmux | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-tmux diff --git a/.gitmodules b/.gitmodules index a16fad3..2ce1e4e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule ".tmux/plugins/tmux-resurrect"] path = .tmux/plugins/tmux-resurrect url = https://github.com/tmux-plugins/tmux-resurrect.git +[submodule ".vim/bundle/vim-tmux"] + path = .vim/bundle/vim-tmux + url = https://github.com/tmux-plugins/vim-tmux.git diff --git a/.vim/bundle/vim-tmux b/.vim/bundle/vim-tmux new file mode 160000 index 0000000..876f0bd --- /dev/null +++ b/.vim/bundle/vim-tmux @@ -0,0 +1 @@ +Subproject commit 876f0bd2a7296c985fc9e68e23495621c1c554e1