return { { "LazyVim/LazyVim", opts = { treesitter = false, }, }, { "nvim-treesitter/nvim-treesitter", event = { "BufReadPost", "BufNewFile" }, opts = { ensure_installed = {}, auto_install = false, highlight = { enable = true }, indent = { enable = true }, incremental_selection = { enable = true, keymaps = { init_selection = "gnn", node_incremental = "grn", scope_incremental = "grc", node_decremental = "grm", }, }, }, config = function(_, opts) require("nvim-treesitter.configs").setup(opts) end, }, }