commit a6152eaba81c299fa56dacd8d7dae0314935aca9
parent fb483aecbb96851904b0686d9e67de16a4a712af
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 20 May 2021 11:21:54 +0200
vim: add apathy plugin to set path-related stuff
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -120,6 +120,10 @@ Plug 'tpope/vim-dispatch', { 'on': ['Dispatch', 'Make', 'Maketab', 'Start', 'Spa
" Vimscript testing
Plug 'tpope/vim-scriptease', { 'for': 'vim' }
+" Set 'path', 'suffixesadd', 'include', 'includeexpr', 'define'
+" automatically for selected filetypes.
+Plug 'tpope/vim-apathy'
+
" Schemer - colorscheme creator
Plug 'thezeroalpha/vim-schemer', { 'for': 'schemer', 'on': ['<Plug>SchemerSynstack', '<Plug>SchemerEdit']}