helix-mods/helix-term/src
Simon H 36d1df71fc
Added checkmarks to health.rs output, Resolves #1894 (#1918)
* Added checkmarks to health.rs output

* replaced found/not found text with checkmarks
2022-04-02 17:32:36 +09:00
..
commands Avoid using the format ident Rust feature (#1881) 2022-03-30 09:08:30 +09:00
keymap Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
ui Resolve conflicts between prompt/picker bindings (#1792) 2022-03-31 16:51:11 +09:00
application.rs lsp: Implement support for workspace_folders (currently just one) 2022-04-01 11:20:41 +09:00
args.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
commands.rs Avoid unnecessary clone when formatting error (#1903) 2022-04-01 22:16:51 +09:00
compositor.rs Make regex_prompt directly call cx.push_layer 2022-03-28 11:02:13 +09:00
config.rs Move top level lsp config to editor.lsp (#1868) 2022-03-28 10:11:52 +09:00
health.rs Added checkmarks to health.rs output, Resolves #1894 (#1918) 2022-04-02 17:32:36 +09:00
job.rs Don't use block_on in jobs.finish(), we can .await 2022-02-05 15:05:19 +09:00
keymap.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
lib.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
main.rs Handle BrokenPipe when piping hx --health through head (#1876) 2022-03-30 10:39:25 +05:30