Add projection and dispatch support

This commit is contained in:
Loic Nageleisen 2024-07-16 21:34:43 +02:00
parent e7a40241e4
commit 64b6b15490
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2

View file

@ -73,5 +73,7 @@ Plug 'tpope/vim-commentary' " comments
Plug 'tpope/vim-endwise' " extend `%`
Plug 'tpope/vim-eunuch' " unix helpers
Plug 'tpope/vim-unimpaired' " next/prev
Plug 'tpope/vim-projectionist' " .projections.json
Plug 'tpope/vim-dispatch' " async compiler execution
call plug#end()