feat(nvim): enable showbreak
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 33s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 33s
This commit is contained in:
parent
11ad7c3991
commit
fb4369528b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user