added nvim settings for wrapping at 80 cols.

This commit is contained in:
Gabe Venberg 2023-09-13 14:19:34 -05:00
parent 277f5e458b
commit e478c5d852

View file

@ -25,8 +25,8 @@ opt.autoread = true
opt.swapfile = false opt.swapfile = false
opt.history = 500 opt.history = 500
opt.formatoptions = 'rojq' opt.formatoptions = 'rojq'
--disable hard text wrapping, will only wrap visually. -- wrap at 80 cols.
opt.textwidth = 0 opt.textwidth = 80
opt.wrapmargin = 0 opt.wrapmargin = 0
opt.wrap = true opt.wrap = true
-- opt.linebreak = true -- opt.linebreak = true