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:
parent
72f0651bd9
commit
4e3edc7832
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ return {
|
|||
require("rainbow-delimiters.setup").setup({})
|
||||
end,
|
||||
},
|
||||
{ "nushell/tree-sitter-nu", version = false },
|
||||
},
|
||||
config = function()
|
||||
local enabled_parsers = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue