Properly set shiftwidth to fix the weird broken tab behavior
This commit is contained in:
1
init.lua
1
init.lua
@ -12,6 +12,7 @@ local opt = vim.opt
|
|||||||
opt.expandtab = false
|
opt.expandtab = false
|
||||||
opt.cursorline = true
|
opt.cursorline = true
|
||||||
opt.tabstop = 3
|
opt.tabstop = 3
|
||||||
|
opt.shiftwidth = 3
|
||||||
opt.wrap = false
|
opt.wrap = false
|
||||||
opt.number = true
|
opt.number = true
|
||||||
opt.spell = true
|
opt.spell = true
|
||||||
|
Reference in New Issue
Block a user