feat(nvim): use breakindent shift for lists
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s

This commit is contained in:
Price Hiller 2024-06-12 12:33:41 -05:00
parent cec9ad470f
commit bf9a675819
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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