mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: allow local override of config via the .vimrc.local file
This commit is contained in:
parent
e749eedb75
commit
d4bf2f32f8
|
@ -135,3 +135,7 @@ cnoremap <C-N> <Down>
|
||||||
source $DOTFILES/vim/plugins_config.vim
|
source $DOTFILES/vim/plugins_config.vim
|
||||||
source $DOTFILES/vim/shortcuts.vim
|
source $DOTFILES/vim/shortcuts.vim
|
||||||
source $DOTFILES/vim/functions.vim
|
source $DOTFILES/vim/functions.vim
|
||||||
|
|
||||||
|
if filereadable('.vimrc.local')
|
||||||
|
source .vimrc.local
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user