We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
im using this to load the snippets into friendly snippet
require('luasnip.loaders.from_vscode').lazy_load()
but getting this error.
maybe #1033 caused it somehow?
Failed to run config for friendly-snippets
config
...cal/share/nvim/lazy/LuaSnip/lua/luasnip/loaders/util.lua:224: attempt to index field 'config' (a nil value)
The text was updated successfully, but these errors were encountered:
Oh wow, okay seems like this is run before luasnip proper is even loaded (plugin/luasnip.lua contains a call that populates config)..
plugin/luasnip.lua
Could you show all code responsible for loading luasnip?
Sorry, something went wrong.
(Regardless of your setup, I'll look into handling that gracefully, would just like to get a feel for how common this may be)
c6e964b
Alright, think that should be fixed, could you try it?
No branches or pull requests
im using this to load the snippets into friendly snippet
but getting this error.
maybe #1033 caused it somehow?
Error:
Failed to run
config
for friendly-snippets...cal/share/nvim/lazy/LuaSnip/lua/luasnip/loaders/util.lua:224: attempt to index field 'config' (a nil value)
stacktrace:
The text was updated successfully, but these errors were encountered: