Source .vimrc.local if available
This commit is contained in:
parent
c60b967724
commit
7a8551a376
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
if filereadable("~/.vimrc.local")
|
||||
source ~/.vimrc.local
|
||||
endif
|
||||
|
||||
" vim-plug installer
|
||||
if empty(glob('~/.vim/autoload/plug.vim'))
|
||||
|
|
Loading…
Reference in a new issue