Fix not loading packages from ~/.config/work

This commit is contained in:
Kenneth Benzie 2019-05-02 12:01:43 +01:00
parent bf9276aa1b
commit 5f7b05aab0

3
vimrc
View File

@ -20,8 +20,9 @@ else
command! -nargs=+ Pack
endif
" Append work config to the runttime path.
" Append work config to runtimepath and packpath.
set runtimepath+=~/.config/work
set packpath+=~/.config/work
" vim-airline - improved status bar
Pack 'vim-airline/vim-airline'