vim.cmd("packadd treesitter") require"nvim-treesitter.configs".setup { auto_install = true, highlight = { enable = true }, } vim.cmd("TSUpdate")