feat(nvim): enable showbreak
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 32s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 32s
This commit is contained in:
parent
11ad7c3991
commit
7f34bb6dc7
@ -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