feat: better wrapping of lines
This commit is contained in:
parent
d319c2f6a1
commit
24d2cc6961
|
@ -38,8 +38,9 @@ o.autochdir = true
|
||||||
-- Fix rendering of ASCII
|
-- Fix rendering of ASCII
|
||||||
o.linespace = -1
|
o.linespace = -1
|
||||||
|
|
||||||
-- Do not wrap lines
|
-- Wrap lines
|
||||||
o.wrap = false
|
o.wrap = true
|
||||||
|
o.linebreak = true
|
||||||
|
|
||||||
-- Disable backups and swapfile
|
-- Disable backups and swapfile
|
||||||
o.backup = false
|
o.backup = false
|
||||||
|
|
Loading…
Reference in a new issue