Include .vimrc-local if it exists
This commit is contained in:
@@ -22,3 +22,7 @@ Plugin 'tpope/vim-sleuth'
|
||||
call vundle#end()
|
||||
|
||||
filetype plugin indent on
|
||||
|
||||
if filereadable(".vimrc-local")
|
||||
source .vimrc-local
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user