1
0
Fork 0

nvim: Give up on two-space sentence breaks

This commit is contained in:
Jeremy Kaplan 2021-11-05 23:14:34 -07:00
commit 94f7609c4f

View file

@ -62,6 +62,7 @@ set shiftwidth=4
set smartindent
set formatoptions=crqnlj
set nofoldenable
set nojoinspaces
set wrap
set linebreak