nvim-nu icon indicating copy to clipboard operation
nvim-nu copied to clipboard

not working in LazyVim(lazy.nvim)

Open muneebusmani opened this issue 1 year ago • 2 comments

vim-illuminate: An internal error has occured: false"/usr/share/nvim/runtime/lua/vim/treesitter/query.lua:259: query: invalid node type at position 10 for language nu"

muneebusmani avatar Jan 07 '24 15:01 muneebusmani

This is most likely because of the nushell version beeing newer than what this plugin supports. I haven't yet used it, but the work in progress treesitter grammar can be found here: https://github.com/nushell/tree-sitter-nu

petrisch avatar Jan 07 '24 16:01 petrisch

Hi @muneebusmani,

can you please provide additional information with which the error can be reproduced? E.G. A minimal config together with the nu file you are opening.

LhKipp avatar Apr 21 '24 09:04 LhKipp