Add ~/.config/work to runtimepath

Enable using work specific config from a separate repository.
This commit is contained in:
Kenneth Benzie 2018-08-26 13:25:37 +01:00
parent c714c43e65
commit 531502633f

3
vimrc
View File

@ -11,6 +11,9 @@ if has('syntax') && !exists('g:syntax_on')
syntax enable syntax enable
endif endif
" Append work config to the runttime path.
set runtimepath+=~/.config/work
" Plugins " Plugins
call plug#begin('~/.vim/bundle') call plug#begin('~/.vim/bundle')