local tabwidth = 4 vim.opt.expandtab = false vim.opt.shiftwidth = tabwidth vim.opt.softtabstop = tabwidth vim.opt.tabstop = tabwidth