return { { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", opts = { ensure_installed = { "lua", "python", "javascript", "java", "sql"}, highlight = { enable = true, additional_vim_regex_highlighting = false, }, indent = { enable = true }, }, }, }