Optionally load local vimrc

pull/1/head
Ensar Sarajčić 2021-01-19 11:06:50 +01:00
parent fb824dff84
commit 2f3a323a5c
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ let $LOCAL_VIMRC = $HOME."/.vimrc.local"
" - Load up plugins -
" -----------------------------------------------------------------------------
" Use local vimrc for overrides if available and desired
source $LOCAL_VIMRC
if exists($LOCAL_VIMRC)
source $LOCAL_VIMRC
endif
source $VIMPLUGINS
" -----------------------------------------------------------------------------