From 5f7b05aab089ca5df10f0895d78451eaebf580c9 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 2 May 2019 12:01:43 +0100 Subject: [PATCH] Fix not loading packages from ~/.config/work --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'