.vimrc: Allow using per-directory rc file

This commit is contained in:
Alan Orth 2016-10-31 13:26:12 +02:00
parent e5803a3e8f
commit 22d98df6fb
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 5 additions and 0 deletions

5
.vimrc
View File

@ -14,3 +14,8 @@ filetype plugin on " enable file type plugins
filetype indent on " enable file type indents
colorscheme solarized
" for per-directory vimrc files
" see: https://jezenthomas.com/how-i-write-invoices-in-vim/
set exrc " Enable use of directory-specific .vimrc
set secure " Only run autocommands owned by me