projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d64ef6d
)
Allow project-specific vimrcs
author
David Kerkeslager
<kerkeslager@gmail.com>
Wed, 28 Aug 2019 21:04:21 +0000
(17:04 -0400)
committer
David Kerkeslager
<kerkeslager@gmail.com>
Wed, 28 Aug 2019 21:04:21 +0000
(17:04 -0400)
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
dd1d9bd
..
150a23f
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-42,6
+42,10
@@
set expandtab
" language-specific settings: tab width is 4 for python
autocmd FileType python setlocal shiftwidth=4 softtabstop=4 tabstop=4
+"allow projet-specific vimrcs
+set exrc
+set secure " Don't execute :autocmd in project-specific vimrcs unless owned by me
+
" Allow backspacing over everything in insert mode.
set backspace=indent,eol,start