feat(nvim): explicitly set vim.opt.breakat
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s

This commit is contained in:
Price Hiller 2024-06-11 22:16:41 -05:00
parent f1e7359ef4
commit 0d8d28d8b7
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -31,6 +31,7 @@ M.setup = function()
opt.tabstop = 4
opt.shiftwidth = 4
opt.smartindent = true
opt.breakat = " \t;,"
opt.breakindent = true
opt.breakindentopt = ""
opt.expandtab = true