lite-xl / lite-xl-plugin-manager

A lite-xl plugin manager.
Other
105 stars 16 forks source link

Dependencies aren't installed from provided repositories #98

Open Guldoman opened 7 months ago

Guldoman commented 7 months ago

Using

lpm run https://github.com/Guldoman/lite-xl-plugins:PR_bump_lsp https://github.com/Guldoman/lite-xl-lsp_copilot:master lsp_copilot

the lsp version that gets installed is the one from the default plugins repo, and not the one in the PR_bump_lsp branch.

Edit: Directly asking for lsp in the command, correctly installs the version from PR_bump_lsp, but for some reason the version is set to 1.0 instead of 0.7 (is lpm generating a manifest?).

Edit 2: Now that PR_bump_lsp has been merged, you might need a different repro case.