return { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", branch = "main", config = function() local configs = require("nvim-treesitter.config") -- -- configs.setup({ -- ensure_installed = "all", -- sync_install = false, -- highlight = { enable = true }, -- indent = { enable = true }, -- incremental_selection = { -- enable = true, -- keymaps = { -- init_selection = "", -- node_incremental = "", -- scope_incremental = false, -- node_decremental = "", -- }, -- }, -- }) end, }