require("nvim-treesitter.configs").setup({ ensure_installed = { "bash", "diff", "go", "gomod", "gowork", "java", "javascript", "json", "kotlin", "lua", "make", "markdown", "markdown_inline", "python", "regex", "sql", "terraform", "tsx", "typescript", "vim", "vimdoc", "yaml", }, highlight = { enable = true, disable = { "css" }, }, autopairs = { enable = true, }, indent = { enable = true, disable = { "python", "css" }, }, })