removed hard word wrap from nvim, added 'warning' rulers.

This commit is contained in:
Gabe Venberg 2023-11-03 11:35:10 -05:00
parent c18108da45
commit b1aed83db9

View file

@ -29,8 +29,10 @@ opt.formatoptions = 'rojq'
opt.textwidth = 0
opt.wrapmargin = 0
opt.wrap = true
opt.linebreak = true
-- opt.linebreak = true
opt.breakindent = true
--highlight after col
opt.colorcolumn = "80,100,120"
--add ruler to side of screen.
opt.number = true
opt.numberwidth=3