diff --git a/vimrc b/vimrc index 3c9d889..6df56d9 100644 --- a/vimrc +++ b/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')