added nvim settings for wrapping at 80 cols.
This commit is contained in:
parent
277f5e458b
commit
e478c5d852
|
@ -25,8 +25,8 @@ opt.autoread = true
|
|||
opt.swapfile = false
|
||||
opt.history = 500
|
||||
opt.formatoptions = 'rojq'
|
||||
--disable hard text wrapping, will only wrap visually.
|
||||
opt.textwidth = 0
|
||||
-- wrap at 80 cols.
|
||||
opt.textwidth = 80
|
||||
opt.wrapmargin = 0
|
||||
opt.wrap = true
|
||||
-- opt.linebreak = true
|
||||
|
|
Loading…
Reference in a new issue