AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
317 stars 23 forks source link

reducing toolchain files to a single one #115

Closed TornaxO7 closed 9 months ago

TornaxO7 commented 9 months ago

follow up of https://github.com/arijit79/minus/pull/112

TornaxO7 commented 9 months ago

Yeah! Now CI is passing :)

AMythicDev commented 9 months ago

Fine! Let's just keep it this way.

AMythicDev commented 9 months ago

I pulled the latest main today and I noticed that now rust_analyzer is not working for me. I use the official rust_analyzer package and not the rust_analyzer provided by the rust toolchains because I often find them outdated.

I investigated more and found out that in my Neovim setup and it requires me to install rust_analyzer from the rust toolchains and then it works with toolchain rust_analyzer. Since I have my .local/bin prioritized over .cargo/bin, it can also use my downloaded version of rust_analyzer. So in all effect, you need to have rust_analyzer installed from the rust toolchain to run any version of rust_analyzer. I also noticed that even if you remove rust_analyzer from the toolchain, it automatically reinstalls it,

TornaxO7 commented 9 months ago

hm... ok, let me try something out. I'll create a PR