diff --git a/plugged.vim b/plugged.vim index 1a158ee..138bc07 100644 --- a/plugged.vim +++ b/plugged.vim @@ -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()