helix/helix-term/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
..
commands refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
handlers refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
keymap feat: smart_tab 2023-08-01 09:41:42 -05:00
ui refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
application.rs refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
args.rs Fallback to filename for +arg (#9333) 2024-01-14 15:11:18 +01:00
commands.rs refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
compositor.rs add redraw command (#6949) 2023-09-08 10:46:36 +09:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
events.rs Add hook/event system 2024-01-23 11:20:19 +09:00
handlers.rs refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
health.rs Re-export `which` from `helix-stdx::env` 2024-01-24 15:47:49 +09:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Address clippy lints (#9371) 2024-01-17 12:40:45 -06:00
lib.rs Add hook/event system 2024-01-23 11:20:19 +09:00
main.rs Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00