You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src
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
2 years ago
..
commands Some minor clarity/cosmetic improvements 2 years ago
keymap Add command to merge non-consecutive ranges (#7053) 2 years ago
ui Update diagnostics correctly on LSP exit (#7111) 2 years ago
application.rs Update diagnostics correctly on LSP exit (#7111) 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs Add command to merge non-consecutive ranges (#7053) 2 years ago
compositor.rs bump msrv to 1.63 (#5570) 2 years ago
config.rs add workspace config and manual LSP root management 2 years ago
health.rs Refactor doc language servers to a HashMap, and the config to use a Vec to retain order 2 years ago
job.rs bump msrv to 1.63 (#5570) 2 years ago
keymap.rs add workspace config and manual LSP root management 2 years ago
lib.rs Fix new clippy lints (#5892) 2 years ago
main.rs add workspace config and manual LSP root management 2 years ago