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