refactor(nvim): empty breakindentopt
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-05-24 13:44:16 -05:00
parent 3bf649fd2c
commit 15d813914c
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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