feat(nvim): explicitly set vim.opt.breakat
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
This commit is contained in:
parent
f1e7359ef4
commit
0d8d28d8b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user