helix/helix-loader/src
Michael Davis 6d724a8f33 Re-export `which` from `helix-stdx::env`
We use `which::which` in many crates, so `which` was a separate
dependency across all of them. We can centralize `which` into the
stdx crate so it's easy for all crates to depend on it.

I also moved the rest of `helix-view/src/env.rs` into helix-stdx's
`env` module since it only contained a thin wrapper around `which`
and `std::env`.
2024-01-24 15:47:49 +09:00
..
config.rs implement proper lsp-workspace support 2023-03-29 12:57:30 +09:00
grammar.rs Re-export `which` from `helix-stdx::env` 2024-01-24 15:47:49 +09:00
lib.rs Use helix-stdx tilde expansion and normalization for HELIX_RUNTIME paths 2024-01-18 10:57:53 +09:00
main.rs Use a minimal binary to fetch grammar sources in release CI (#2557) 2022-06-05 19:53:20 +09:00