feat(nvim): set breakindentopt = 'shift:2'
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m31s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m31s
This commit is contained in:
parent
20fc010630
commit
98c44237ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user