Moved plugins config to separate dir

master
Jef Roosens 2021-02-01 09:48:09 +01:00
parent 136afdf82d
commit 36acc07310
9 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ let g:maplocalleader = "\<tab>"
" Without the !, runtime only sources the first file in the list,
" instead of all
runtime! init/*.vim
runtime! init/plugins/*.vim
" This sources a .vim/local.vim file in the current directory, if it exists.
" This allows for project-specific settings, such as on-write autocmd's etc.