local optl = vim.opt_local -- options optl.tabstop = 2 optl.shiftwidth = 2 optl.expandtab = true