feat(nvim): enable showbreak
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 32s

This commit is contained in:
Price Hiller 2024-11-07 15:17:06 -06:00
parent 11ad7c3991
commit 7f34bb6dc7
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -42,7 +42,8 @@ M.setup = function()
opt.formatlistpat = [[^\s*\(-\|\d\.\|+\)\s*]]
opt.formatoptions = "jcroqnp"
opt.breakindent = true
opt.breakindentopt = "list:2"
opt.breakindentopt = "sbr,list:2"
opt.showbreak = ""
-- Search settings
opt.hlsearch = true