mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
enable modelines in vim
This commit is contained in:
parent
07d572f85b
commit
dae356d559
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ set ttimeout ttimeoutlen=60 " make changing modes a bit snappier
|
|||
set hidden " allow swapping out of unsaved buffers
|
||||
set complete=.,w,b,u,t " don't scan every file with autocomplete
|
||||
set nrformats=bin,hex,unsigned " ctrl+a/x non-negative numbers, no octal
|
||||
set modeline modelines=5 " a file can specify its own vim settings
|
||||
if has('mksession')
|
||||
set sessionoptions=blank,buffers,curdir,folds,tabpages,winsize,resize,winpos
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue