commit 7f8a3707acb400172725ffa164f795044a2b25b5
parent 6665dfd31c62e1f3b321dd5190fa1f9cd7a3ad2a
Author: Pollux <pollux@pollux.codes>
Date: Tue, 27 May 2025 16:50:44 -0500
vim: add terminal action to all projects
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -20,6 +20,14 @@ let g:UltiSnipsExpandTrigger="<tab>"
" Project Management/Search
Plug 'leafOfTree/vim-project'
+let g:vim_project_config = {
+ \'tasks': [
+ \{
+ \'name': 'terminal',
+ \'cmd': ''
+ \},
+ \]
+\}
" LSP
Plug 'yegappan/lsp'