We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3bda4 commit 147f5a3Copy full SHA for 147f5a3
1 file changed
lua/lazy/pkg/init.lua
@@ -63,6 +63,9 @@ function M.update()
63
pkg.spec = { _raw = spec.code }
64
end
65
table.insert(ret.pkgs, pkg)
66
+ if not plugin._.pkg and plugin._.loaded and pkg.source == "rockspec" then
67
+ require("lazy.core.loader").add_to_luapath(plugin)
68
+ end
69
break
70
71
0 commit comments