You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi :)
Could you insert ls.log.set_loglevel("info") before the call to lazy_load, open a new instance of neovim, and then call :lua ls.log.open()? There should be some information about lazy-loading, and which path exactly is looked at, I think that should help here :D
When running
my init.lua
it does not import from the specified path.
if I
require('luasnip.loaders.from_vscode').lazy_load()
It works normally.
I also tried creating a symbolic link to the original config, it works, but would be nice if i didn't have to do that
After reading the docs, it should accept ~/... paths.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: