diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -105,3 +105,7 @@ silent colorscheme onedark highlight Pmenu ctermbg=grey set exrc + +if !empty(glob('~/.vim_local')) + source ~/.vim_local +endif |