1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07: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