Add ~/.config/work to runtimepath
Enable using work specific config from a separate repository.
This commit is contained in:
parent
c714c43e65
commit
531502633f
3
vimrc
3
vimrc
@ -11,6 +11,9 @@ if has('syntax') && !exists('g:syntax_on')
|
||||
syntax enable
|
||||
endif
|
||||
|
||||
" Append work config to the runttime path.
|
||||
set runtimepath+=~/.config/work
|
||||
|
||||
" Plugins
|
||||
call plug#begin('~/.vim/bundle')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user