Compare commits

...

2 commits

Author SHA1 Message Date
Amanda Graven
d7c43ebf4c Fix nvim-treesitter setup 2026-03-09 10:58:32 +01:00
Amanda Graven
4e817e7955 Add nixd to the language server list 2026-03-09 10:57:58 +01:00

View file

@ -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()
@ -453,6 +453,7 @@ require('lazy').setup({
'jsonls',
'lemminx',
'lua_ls',
'nixd',
'ruff',
'ty',
'vimls',