Fix nvim-treesitter setup

This commit is contained in:
Amanda Graven 2026-03-09 10:58:32 +01:00
parent 4e817e7955
commit d7c43ebf4c

View file

@ -399,7 +399,7 @@ require('lazy').setup({
highlight = { enable = true, disable = {'rust', 'bash'} }, highlight = { enable = true, disable = {'rust', 'bash'} },
incremental_selection = { enable = true }, incremental_selection = { enable = true },
}, config = function(_, opts) }, config = function(_, opts)
require'nvim-treesitter.configs'.setup(opts) require'nvim-treesitter'.setup(opts)
end}, end},
'windwp/nvim-ts-autotag', 'windwp/nvim-ts-autotag',
{'kevinhwang91/nvim-ufo', dependencies = 'kevinhwang91/promise-async', config = function() {'kevinhwang91/nvim-ufo', dependencies = 'kevinhwang91/promise-async', config = function()