helix/helix-term/src
Michael Davis 62625eda46
LSP: Move diagnostic handling from Application to Editor
There is no functional change to the move - it's just moving the code
into helix-view under a new method `Editor::handle_lsp_diagnostics` -
thought there is a typo fix, the removal of an unnecessary clone (for
the document's language config) and the removal of some nesting.

Co-authored-by: Sofus Addington <sofus@addington.dk>
2025-02-04 10:39:42 -05:00
..
commands LSP: Fix option handling in goto definition/references commands 2025-01-30 11:59:02 -05:00
handlers core: Make completion item documentation optional 2025-02-01 21:24:25 -05:00
keymap Rename "file browser" => "file explorer" 2025-01-23 18:17:56 -05:00
ui core: Make completion item documentation optional 2025-02-01 21:24:25 -05:00
application.rs LSP: Move diagnostic handling from Application to Editor 2025-02-04 10:39:42 -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 Add `copy_between_registers` for interactive register copying 2025-02-02 20:49:25 -05: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 (hx --health): Don't print headers in white (#12355) 2024-12-29 10:38:28 -06:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Revert "refactor(shellwords)!: change arg handling strategy (#11149)" 2025-01-06 12:39:53 -05: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