helix/helix-term/src
Diego a37af2dcbf
fix division by zero when prompt completion area is too small (#9524)
2024-02-06 22:45:57 +09:00
..
commands make path changes LSP spec conform (#8949) 2024-01-29 01:34:45 +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 fix division by zero when prompt completion area is too small (#9524) 2024-02-06 22:45:57 +09:00
application.rs make path changes LSP spec conform (#8949) 2024-01-29 01:34:45 +09:00
args.rs Fallback to filename for +arg (#9333) 2024-01-14 15:11:18 +01:00
commands.rs Use range positions to determine insert_newline motion (#9448) 2024-01-30 06:58:33 +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