1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

don't double-space it

This commit is contained in:
Connor Olding 2019-06-07 01:47:44 -07:00
parent 3cf5183d67
commit 2ebcfd030e

View file

@ -80,6 +80,7 @@ set foldmethod=marker " (performance issues with other methods)
set foldlevelstart=99 " start with everything unfolded...?
let c_syntax_for_h=1 " use C highlighting for .h files
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 nobomb " bombs are bad ok
set undofile " remember undos across files/sessions