[vim] Remove vimrc.local

This commit is contained in:
Eryn Wells 2022-05-29 08:14:26 -07:00
parent 7344158c76
commit d91e5d4add
2 changed files with 0 additions and 10 deletions

View file

@ -385,8 +385,3 @@ if has('autocmd')
endif
" }}}
if has('unix')
if filereadable($HOME."/.vimrc.local")
source $HOME/.vimrc.local
endif
endif

View file

@ -1,5 +0,0 @@
" .vimrc.local
" Local customizations for Vim
" Eryn Wells <eryn@erynwells.me>