helix-mods/helix-term/src
Michael Davis 1f916e65cf Create helix-stdx crate for stdlib extensions
helix-stdx is meant to carry extensions to the stdlib or low-level
dependencies that are useful in all other crates. This commit starts
with all of the path functions from helix-core and the CWD tracking that
lived in helix-loader.

The CWD tracking in helix-loader was previously unable to call the
canonicalization functions in helix-core. Switching to our custom
canonicalization code should make no noticeable difference though
since `std::env::current_dir` returns a canonicalized path with
symlinks resolved (at least on unix).
2024-01-18 10:57:53 +09:00
..
commands Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00
keymap feat: smart_tab 2023-08-01 09:41:42 -05:00
ui Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00
application.rs Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00
args.rs Fallback to filename for +arg (#9333) 2024-01-14 15:11:18 +01:00
commands.rs Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +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
health.rs health - add formatter to display (#7986) 2024-01-09 10:15:50 +09:00
job.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
keymap.rs Address clippy lints (#9371) 2024-01-17 12:40:45 -06:00
lib.rs feat(lsp): implement show document request (#8865) 2024-01-17 18:24:38 +01:00
main.rs Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00