feat(nvim): support +
in formatlistpat
This commit is contained in:
parent
9e341ec60b
commit
23cdc71938
@ -39,7 +39,7 @@ M.setup = function()
|
|||||||
opt.wrap = true
|
opt.wrap = true
|
||||||
opt.breakat = " \t;,[]()"
|
opt.breakat = " \t;,[]()"
|
||||||
opt.linebreak = true
|
opt.linebreak = true
|
||||||
opt.formatlistpat = [[^\s*\(-\|\d\.\)\s*]]
|
opt.formatlistpat = [[^\s*\(-\|\d\.\|+\)\s*]]
|
||||||
opt.breakindent = true
|
opt.breakindent = true
|
||||||
opt.breakindentopt = "list:2"
|
opt.breakindentopt = "list:2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user