diff --git a/vimrc b/vimrc index 91ff25f..4111391 100644 --- a/vimrc +++ b/vimrc @@ -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'