From d7c43ebf4c75c75c6de5bd9eb711133e6d81e588 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Mon, 9 Mar 2026 10:58:32 +0100 Subject: [PATCH] Fix nvim-treesitter setup --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f295818..8735dda 100644 --- a/init.lua +++ b/init.lua @@ -399,7 +399,7 @@ require('lazy').setup({ highlight = { enable = true, disable = {'rust', 'bash'} }, incremental_selection = { enable = true }, }, config = function(_, opts) - require'nvim-treesitter.configs'.setup(opts) + require'nvim-treesitter'.setup(opts) end}, 'windwp/nvim-ts-autotag', {'kevinhwang91/nvim-ufo', dependencies = 'kevinhwang91/promise-async', config = function()