How can I find the location where a snippet is coming from? #942
Replies: 2 comments 4 replies
-
Oh, you should be able to find the location via snip_location, as long as they're loaded by a loader. |
Beta Was this translation helpful? Give feedback.
-
Just bumped into this issue as well. These snippets come from the I tried require("luasnip.loaders.from_vscode").lazy_load({ exclude = { "frameworks" } }) but it doesn't do anything. And I can't figure out in which repo the problem is and if there is a solution :) |
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.
-
I'm inside a Rust project, and I get these 'Relm4' related snippets and I can't find where they're coming from.
I'm very sure I haven't defined them anywhere, I don't have the package dowloaded anywhere. I don't understand where they might be defined.
I did manage to remove them by having the following in my
nvim-cmp
config:but I shouldn't be having these snippets appear in the first place
Beta Was this translation helpful? Give feedback.
All reactions