Load local vimrc early

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

View File

@ -13,6 +13,8 @@ let $LOCAL_VIMRC = $HOME."/.vimrc.local"
" -----------------------------------------------------------------------------
" - Load up plugins -
" -----------------------------------------------------------------------------
" Use local vimrc for overrides if available and desired
source $LOCAL_VIMRC
source $VIMPLUGINS
" -----------------------------------------------------------------------------
@ -124,6 +126,3 @@ if &term =~ '256color'
" render properly when inside 256-color tmux and GNU screen.
set t_ut=
endif
" Use local vimrc for overrides if available and desired
runtime $LOCAL_VIMRC