.vimrc: Allow using per-directory rc file
This commit is contained in:
parent
e5803a3e8f
commit
22d98df6fb
5
.vimrc
5
.vimrc
@ -14,3 +14,8 @@ filetype plugin on " enable file type plugins
|
|||||||
filetype indent on " enable file type indents
|
filetype indent on " enable file type indents
|
||||||
|
|
||||||
colorscheme solarized
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user