feat: better wrapping of lines

This commit is contained in:
Muhammad Nauman Raza 2024-03-29 14:25:19 +00:00
parent d319c2f6a1
commit 24d2cc6961
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -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