From e9931ecf1dd75e03aff955d15f9ac5300c2964e8 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 18 Feb 2017 15:34:08 +0100 Subject: [PATCH] Add vim-dispatch plugin --- editors/vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/vim/plugins.vim b/editors/vim/plugins.vim index 036910d..c708639 100644 --- a/editors/vim/plugins.vim +++ b/editors/vim/plugins.vim @@ -17,6 +17,7 @@ Plugin 'ervandew/supertab' Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-surround' Plugin 'tpope/vim-repeat' " make plugin commands repeatable +Plugin 'tpope/vim-dispatch' " dispatch into tmux panes Plugin 'vim-scripts/ReplaceWithRegister' Plugin 'mattn/vim-maketable' " create tables from selection Plugin 'dhruvasagar/vim-table-mode' " handle tables