refactor(nvim): empty breakindentopt
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
3bf649fd2c
commit
15d813914c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user