6 lines
82 B
Lua
6 lines
82 B
Lua
local opt = vim.opt_local
|
|
|
|
opt.tabstop = 2
|
|
opt.softtabstop = 2
|
|
opt.shiftwidth = 2
|