mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
don't double-space it
This commit is contained in:
parent
3cf5183d67
commit
2ebcfd030e
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ set foldmethod=marker " (performance issues with other methods)
|
||||||
set foldlevelstart=99 " start with everything unfolded...?
|
set foldlevelstart=99 " start with everything unfolded...?
|
||||||
let c_syntax_for_h=1 " use C highlighting for .h files
|
let c_syntax_for_h=1 " use C highlighting for .h files
|
||||||
set nowrap " word wrapping is pretty weak in vim
|
set nowrap " word wrapping is pretty weak in vim
|
||||||
|
set nojoinspaces " don't use double-spaces for J and gq
|
||||||
set ffs=unix,dos " ffs indeed
|
set ffs=unix,dos " ffs indeed
|
||||||
set nobomb " bombs are bad ok
|
set nobomb " bombs are bad ok
|
||||||
set undofile " remember undos across files/sessions
|
set undofile " remember undos across files/sessions
|
||||||
|
|
Loading…
Add table
Reference in a new issue