LhKipp / nvim-nu

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

Copy latest queries from tree-sitter-nu #2

Closed tobias-walle closed 2 years ago

tobias-walle commented 2 years ago

This MR fixes the following error which I get with the latest version of nvim-nu and neovim 0.8

image

It seems that the queries were out of sync with LhKipp/tree-sitter-nu. This update resolves the issue.

LhKipp commented 2 years ago

Great! Thanks.

tobias-walle commented 2 years ago

Thank you for creating this plugin!