helix-mods/helix-term/src/ui
Poliorcetics 8e2660b5cc
Update diagnostics correctly on LSP exit (#7111)
* chore: avoid format! call with argument when useless

* feat: also clear diagnostics for unopened documents when exiting an LSP

* feat: we already worked on `self.editor.diagnostics` no need to redo the checks
2023-05-23 12:33:01 +02:00
..
fuzzy_match Fix typos (#6643) 2023-04-07 23:10:38 +08:00
completion.rs Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directly 2023-05-18 22:25:32 +02:00
document.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
editor.rs Adds support for multiple language servers per language. 2023-05-18 21:48:30 +02:00
fuzzy_match.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
info.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
lsp.rs rework positioning/rendering and enable softwrap/virtual text (#5420) 2023-02-01 02:03:19 +09:00
markdown.rs automatically disable TS when parsing takes longer than 500ms 2023-05-18 15:23:37 +09:00
menu.rs Truncate paths in the file picker (#6410) 2023-03-31 15:19:17 +09:00
mod.rs Filter language servers also by capabilities in doc.language_servers_with_feature 2023-05-18 21:58:17 +02:00
overlay.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
picker.rs automatically disable TS when parsing takes longer than 500ms 2023-05-18 15:23:37 +09:00
popup.rs Hide signature help if it overlays completion menu (#5523) 2023-03-31 15:19:28 +09:00
prompt.rs Fix #6669: Theme preview doesn't return theme to normal (#6694) 2023-04-13 07:43:34 +08:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
statusline.rs Update diagnostics correctly on LSP exit (#7111) 2023-05-23 12:33:01 +02:00
text.rs Fix 'attempt to divide by zero' panic (#6155) 2023-03-03 15:50:26 +09:00