feat(nvim): set breakindentopt = 'shift:2'
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m31s

This commit is contained in:
Price Hiller 2024-05-13 05:18:34 -05:00
parent 20fc010630
commit 98c44237ce
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -32,6 +32,7 @@ M.setup = function()
opt.shiftwidth = 4
opt.smartindent = true
opt.breakindent = true
opt.breakindentopt = "shift:2"
opt.expandtab = true
opt.smarttab = true
opt.shiftround = true