local opt = vim.opt opt.shiftwidth = 4 -- the number of spaces inserted for each indentation opt.tabstop = 4 -- insert 2 spaces for a tab