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.formatlistpat = [[^\s*\(-\|\d\.\|+\)\s*]]
|
||||||
opt.formatoptions = "jcroqnp"
|
opt.formatoptions = "jcroqnp"
|
||||||
opt.breakindent = true
|
opt.breakindent = true
|
||||||
opt.breakindentopt = "sbr,list:-1"
|
opt.breakindentopt = "list:-1"
|
||||||
opt.showbreak = " "
|
|
||||||
|
|
||||||
-- Search settings
|
-- Search settings
|
||||||
opt.hlsearch = true
|
opt.hlsearch = true
|
||||||
|
Loading…
Reference in New Issue
Block a user