return { "nvim-treesitter/nvim-treesitter", event = { "BufReadPost", "BufNewFile" }, main = "nvim-treesitter.configs", dev = true, opts = { -- autotag = { -- enable = true -- }, highlight = { -- `false` will disable the whole extension enable = true, additional_vim_regex_highlighting = false, }, incremental_selection = { enable = true, keymaps = { init_selection = "", node_incremental = "", scope_incremental = "", node_decremental = "", }, }, }, }