feat(nvim): make breakat handle markdown urls better
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m0s

This commit is contained in:
Price Hiller 2024-07-04 18:05:02 -05:00
parent e632583fc8
commit 72b1dc71b5
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -37,7 +37,7 @@ M.setup = function()
-- Wrapping behavior
opt.wrap = true
opt.breakat = " \t;,"
opt.breakat = " \t;,[]()"
opt.linebreak = true
opt.formatlistpat = [[^\s*\(-\|\d\.\)\s*]]
opt.breakindent = true