refactor(nvim): disable show break

This commit is contained in:
Price Hiller 2024-11-13 03:24:08 -06:00
parent d5087774c2
commit 2d1e677157
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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