Source .vimrc.local if available

main
mandlm 2018-11-20 12:36:21 +01:00
parent c60b967724
commit 7a8551a376
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
source ~/.vimrc.local
if filereadable("~/.vimrc.local")
source ~/.vimrc.local
endif
" vim-plug installer
if empty(glob('~/.vim/autoload/plug.vim'))