vamolessa / pepper

simple and opinionated modal code editor for your terminal
https://vamolessa.github.io/pepper/
372 stars 17 forks source link

cargo install pepper-plugin-lsp installs older pepper version #34

Closed MarkuBu closed 2 years ago

MarkuBu commented 2 years ago

Hi, I want to try pepper. I installed pepper without lsp first and I got version 0.23.3. Then I want to use the lsp version, but this uses the v0.22.0

Is it possible to get the current pepper version with lsp support?

hovsater commented 2 years ago

By default, cargo install will use https://crates.io to install the given crate. Which happens to be pepper-plugin-lsp. You can build a local version by providing --path.

cargo install --path mine
vamolessa commented 2 years ago

Oh, it seems that when releasing 0.23, I forgot to update the lsp plugin dependency. Please build from source in the mean time, or wait a little bit for the 0.24 release.

vamolessa commented 2 years ago

This should now be fixed as 0.24.0 is live