Moved plugins config to separate dir
parent
136afdf82d
commit
36acc07310
1
init.vim
1
init.vim
|
@ -15,6 +15,7 @@ let g:maplocalleader = "\<tab>"
|
||||||
" Without the !, runtime only sources the first file in the list,
|
" Without the !, runtime only sources the first file in the list,
|
||||||
" instead of all
|
" instead of all
|
||||||
runtime! init/*.vim
|
runtime! init/*.vim
|
||||||
|
runtime! init/plugins/*.vim
|
||||||
|
|
||||||
" This sources a .vim/local.vim file in the current directory, if it exists.
|
" 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.
|
" This allows for project-specific settings, such as on-write autocmd's etc.
|
||||||
|
|
Reference in New Issue