feat(nvim): use breakindent shift for lists
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s
This commit is contained in:
parent
cec9ad470f
commit
bf9a675819
@ -32,8 +32,9 @@ M.setup = function()
|
||||
opt.shiftwidth = 4
|
||||
opt.smartindent = true
|
||||
opt.breakat = " \t;,"
|
||||
opt.formatlistpat = [[^\s*\(-\|\d\.\)\s*]]
|
||||
opt.breakindent = true
|
||||
opt.breakindentopt = ""
|
||||
opt.breakindentopt = "list:2"
|
||||
opt.expandtab = true
|
||||
opt.smarttab = true
|
||||
opt.shiftround = true
|
||||
|
Loading…
Reference in New Issue
Block a user