From 9f4efabcabd62020f6b126f196ef1a5712f1feed Mon Sep 17 00:00:00 2001 From: James Dixon Date: Sat, 7 Nov 2020 14:46:37 -0500 Subject: [PATCH] add vim-dispatch --- files/vim/.vim/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/vim/.vim/plugins.vim b/files/vim/.vim/plugins.vim index 1b17c9b..51be6e6 100644 --- a/files/vim/.vim/plugins.vim +++ b/files/vim/.vim/plugins.vim @@ -22,6 +22,8 @@ call plug#begin(pluginDir) Plug 'tpope/vim-rsi' Plug 'tpope/vim-eunuch' Plug 'tpope/vim-repeat' + "async task runner + Plug 'tpope/vim-dispatch' "git Plug 'tpope/vim-fugitive' "fzf @@ -126,6 +128,7 @@ let g:user_emmet_leader_key = ',' "vim-fugitive nnoremap gl :Glog nnoremap gs :Gstatus +nnoremap gp :Gpush "fzf nnoremap f :GitFiles