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
Lorenzo Bellina d9d7f67898
Add support for showing all LSPs in --health (#7315)
* Add support for showing all LSPs in --health <lang>

* Add support for showing all LSPs in --health languages

* Use available/configured in --health languages

* Apply @AlexanderBrevig suggestion in --health

* Update `--health <language>`

Better output (inspired by #8156).

Handle the case where no LSPs are configured.

* Display all LSPs in `--health languages` instead of x/x

Displays all LSPs as a list in the table generated wih `--health languages`

* Make check_binary accept Optional references to str

Avoids some calls to .clone()

* Apply @the-mikedavis suggestions

* Avoid useless collecting and cloning

* Use for loop instead of .try_for_each()
9 months ago
..
commands Add `insert-final-newline` config option (#8157) 10 months ago
keymap feat: smart_tab 11 months ago
ui markdown: Recognize `<code>` tags with attributes as code (#8397) 9 months ago
application.rs Set the working directory before loading the config (#8498) 9 months ago
args.rs Add +N CLI argument to jump to first file's line number (#8521) 9 months ago
commands.rs Maintain the current cursor's position and view in the vsplit/hsplit commands too (#8109) 10 months ago
compositor.rs add redraw command (#6949) 10 months ago
config.rs feat: smart_tab 11 months ago
health.rs Add support for showing all LSPs in --health (#7315) 9 months ago
job.rs bump msrv to 1.63 (#5570) 1 year ago
keymap.rs Fix broken indentation that causes the indentation tests to fail. 11 months ago
lib.rs Fix new clippy lints (#5892) 1 year ago
main.rs Add +N CLI argument to jump to first file's line number (#8521) 9 months ago