From 531502633fa35f0acf54904e34b8c07dc27a94ee Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 26 Aug 2018 13:25:37 +0100 Subject: [PATCH] Add ~/.config/work to runtimepath Enable using work specific config from a separate repository. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) 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')