How to replicate pre 2.0 custom registry lua entry? #1947
Unanswered
RayJameson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I spend 3 hours trying to migrate to the new API, but couldn't make it work.
pypi (pip) doesn't accept unversioned package anymore, and it's hardcoded in format string method
mason.nvim/lua/mason-core/installer/managers/pypi.lua
Line 212 in 7c7318e
The problem is, if you install using
git+https
, there is no versionBefore 2.0 this worked flawlessly
lua/custom-registry/init.lua
lua/custom-registry/packages/systemd_ls.lua
Beta Was this translation helpful? Give feedback.
All reactions