feat(nvim): make breakat
handle markdown urls better
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m0s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m0s
This commit is contained in:
parent
e632583fc8
commit
72b1dc71b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user