Source a local .vimrc if it exists
This commit is contained in:
parent
273cb3758a
commit
5ce9502982
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -210,3 +210,7 @@ if has('autocmd')
|
||||||
" Clean whitespace before saving
|
" Clean whitespace before saving
|
||||||
autocmd BufWritePre *.py,*.c,*.html :call <SID>StripTrailingWhitespace()
|
autocmd BufWritePre *.py,*.c,*.html :call <SID>StripTrailingWhitespace()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if exists("~/.vimrc-local")
|
||||||
|
source ~/.vimrc-local
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue