helix/helix-term/src
Michael Davis 33c17d48ff
minor: Move 'execute_lsp_command' helper into helix-view
This is a minor move that will make future refactors of code actions
simpler. We should be able to move nearly all code action functionality
into `helix-view`, save UI stuff like the `menu::Item` implementation
and dealings with the compositor.
2025-03-19 09:41:18 -04:00
..
commands minor: Move 'execute_lsp_command' helper into helix-view 2025-03-19 09:41:18 -04:00
handlers minor: Tweak some verbose LSP logs 2025-03-04 11:25:11 -05:00
keymap Rename "file browser" => "file explorer" 2025-01-23 18:17:56 -05:00
ui fix: render rulers before the cursor 2025-03-07 12:44:28 -05:00
application.rs warn when configured theme is unusable for color reasons (#13058) 2025-03-12 15:52:07 -05:00
args.rs feat: passing multile of the same files in the arguments places a cursor at each position (#12192) 2025-01-23 14:04:02 -06:00
commands.rs Rewrite command line parsing, add flags and expansions (#12527) 2025-02-26 19:50:15 -06:00
compositor.rs Do not record keys pressed by macros while recording a macro (#12733) 2025-01-30 18:14:04 -06:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
events.rs add DocumentFocusLost event 2024-12-17 13:34:40 -05:00
handlers.rs implement incomplete completion requests 2025-02-01 19:36:10 -05:00
health.rs fix: check and print remaining language servers (#12841) 2025-02-12 09:57:25 -06:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Rewrite command line parsing, add flags and expansions (#12527) 2025-02-26 19:50:15 -06:00
lib.rs fix(lints): clippy 1.84 2025-01-23 15:18:16 -05:00
main.rs feat: passing multile of the same files in the arguments places a cursor at each position (#12192) 2025-01-23 14:04:02 -06:00