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