From 64b6b15490e9aa8fecd9e9f972f213f1b339207c Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 16 Jul 2024 21:34:43 +0200 Subject: [PATCH] Add projection and dispatch support --- plugged.vim | 2 ++ 1 file changed, 2 insertions(+) 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()