mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Add config for vim/nvim
This commit is contained in:
parent
4d85d28acd
commit
a5b0ded3c9
15
.exrc
Normal file
15
.exrc
Normal file
@ -0,0 +1,15 @@
|
||||
"
|
||||
" Add this into your .vimrc, to allow vim handle this file.
|
||||
"
|
||||
" set exrc
|
||||
" set secure " even after this this is kind of dangerous
|
||||
"
|
||||
|
||||
set tabstop=4
|
||||
set softtabstop=4
|
||||
set shiftwidth=4
|
||||
set noexpandtab
|
||||
|
||||
" for detectindent plugin
|
||||
let detectindent_preferred_indent=4
|
||||
let g:detectindent_preferred_expandtab=0
|
Loading…
x
Reference in New Issue
Block a user