local optl = vim.opt_local -- options optl.omnifunc = "v:lua.vim.lua_omnifunc" optl.tabstop = 2 optl.shiftwidth = 2 optl.expandtab = true -- treesitter vim.treesitter.start()