mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Add projection and dispatch support
This commit is contained in:
parent
e7a40241e4
commit
64b6b15490
1 changed files with 2 additions and 0 deletions
|
|
@ -73,5 +73,7 @@ Plug 'tpope/vim-commentary' " comments
|
||||||
Plug 'tpope/vim-endwise' " extend `%`
|
Plug 'tpope/vim-endwise' " extend `%`
|
||||||
Plug 'tpope/vim-eunuch' " unix helpers
|
Plug 'tpope/vim-eunuch' " unix helpers
|
||||||
Plug 'tpope/vim-unimpaired' " next/prev
|
Plug 'tpope/vim-unimpaired' " next/prev
|
||||||
|
Plug 'tpope/vim-projectionist' " .projections.json
|
||||||
|
Plug 'tpope/vim-dispatch' " async compiler execution
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue