diff --git a/vimrc b/vimrc index 02457e9..91710aa 100644 --- a/vimrc +++ b/vimrc @@ -210,3 +210,7 @@ if has('autocmd') " Clean whitespace before saving autocmd BufWritePre *.py,*.c,*.html :call StripTrailingWhitespace() endif + +if exists("~/.vimrc-local") + source ~/.vimrc-local +endif