1 2 3 4
local tabwidth = 4 vim.opt.shiftwidth = tabwidth vim.opt.softtabstop = tabwidth vim.opt.tabstop = tabwidth