aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 2cb1417..b9930fb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -105,3 +105,7 @@ silent colorscheme onedark
highlight Pmenu ctermbg=grey
set exrc
+
+if !empty(glob('~/.vim_local'))
+ source ~/.vim_local
+endif