nvim: Remove manual nushell tresitter installation

It is no longer necessary to manually install the nushell tresitter as a
lazy plugin spec, according to:
https://github.com/nushell/tree-sitter-nu/blob/main/installation/neovim.md

Instead we just enable the treesitter 'nu' language in the
`languages.lua` file as usual and it works out of the box.
This commit is contained in:
Marty Oehme 2025-10-18 12:58:43 +02:00
parent 72f0651bd9
commit 4e3edc7832
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -20,7 +20,6 @@ return {
require("rainbow-delimiters.setup").setup({})
end,
},
{ "nushell/tree-sitter-nu", version = false },
},
config = function()
local enabled_parsers = {}