What's the best way to fix 'blink-cmp-signature' is not a valid language name
?
#776
Replies: 3 comments 11 replies
-
This is (likely) not a |
Beta Was this translation helpful? Give feedback.
-
I also had this problem but it stopped when I set signature to false. The issues happens when I select copilot's suggestion so I am guessing it is from giuxtaposition/blink-cmp-copilot. |
Beta Was this translation helpful? Give feedback.
-
I keep seeing this in Zig files, so I tried to narrow down a problematic plugin. I could reproduce the issue with just these plugins: With this set of plugins and my pared down config, I could only reproduce the issue if I had the following settings: vim.wo.foldmethod = "expr"
vim.wo.foldexpr = "v:lua.vim.treesitter.foldexpr()" I still find this super confusing... If anyone has more guidance, that would be awesome |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's a treesitter error, and I don't see a parser in nvim-treesitter repo.
Beta Was this translation helpful? Give feedback.
All reactions