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.
Using
the
lsp
version that gets installed is the one from the default plugins repo, and not the one in thePR_bump_lsp
branch.Edit: Directly asking for
lsp
in the command, correctly installs the version fromPR_bump_lsp
, but for some reason the version is set to1.0
instead of0.7
(islpm
generating a manifest?).Edit 2: Now that
PR_bump_lsp
has been merged, you might need a different repro case.