refactor(nvim): disable show break
This commit is contained in:
parent
d5087774c2
commit
2d1e677157
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user