do not source local config if it does not exist
This commit is contained in:
parent
19a4adbab3
commit
d150dae432
@ -10,4 +10,7 @@ source ~/.vim/keybinds.vim
|
||||
source ~/.vim/plugins.vim
|
||||
source ~/.vim/colorschemes.vim
|
||||
source ~/.vim/autocmds.vim
|
||||
|
||||
if filereadable(expand("~/.config/vimrc"))
|
||||
source ~/.config/vimrc
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user