LhKipp / nvim-nu

Basic editor support for the nushell language
GNU General Public License v3.0
133 stars 10 forks source link

Highlights broken nvim v0.10 #13

Open biggiesmallsAG opened 1 month ago

biggiesmallsAG commented 1 month ago

Unfortunately im getting highlighting errors since updating to neovim v0.10 release. Has anyone else got this working ? nushell files spew a bunch of errors:

image

checkhealth: image

grammars: image

Nushell v0.93.0

Also have you considered moving to the native nu lsp (nu --lsp) ?

Thanks

petrisch commented 1 month ago

Have a look here:

https://github.com/nushell/tree-sitter-nu

I guess this will be the way to go for future releases.