2024-01-16 16:59:48 +03:00

6 lines
95 B
Lua

local opt = vim.opt_local
opt.tabstop = 2
opt.softtabstop = 2
opt.shiftwidth = vim.bo.tabstop