vim: add 'dispatch'

This commit is contained in:
2020-06-09 14:43:35 +00:00
parent 2e747745b3
commit 4ab71fcb8f

4
vimrc
View File

@@ -37,6 +37,7 @@ call plug#begin('~/.vim/plugged')
Plug 'wesQ3/vim-windowswap'
Plug 'majutsushi/tagbar'
Plug 'tpope/vim-obsession'
Plug 'tpope/vim-dispatch'
Plug 'tmux-plugins/vim-tmux-focus-events'
if version >= 800
@@ -593,3 +594,6 @@ nmap <silent> tF :TestFile<CR>
nmap <silent> tS :TestSuite<CR>
nmap <silent> tL :TestLast<CR>
nmap <silent> tG :TestVisit<CR>d
" nmap <C-M> :<CR>
" nmap <C-M> :Make<CR>
" nmap <C-S-M> :Make!<CR>