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-plus/helix-term/src
Gokul Soumya 420b5b8301
Compute style only once per source highlight event (#1966)
During a single HighlightEvent::Source, the highlight spans do not
change and we can merge them into a single style at the beginning
of the event and use it instead of re-computing it for every grapheme
2 years ago
..
commands Add runtime language configuration (#1794) (#1866) 2 years ago
keymap Rename _para to _paragraph 2 years ago
ui Compute style only once per source highlight event (#1966) 2 years ago
application.rs clear terminal after switching to alternate screen 2 years ago
args.rs Add refresh-config and open-config command (#1803) 2 years ago
commands.rs Add paragraph textobject to match infobox (#1969) 2 years ago
compositor.rs Make regex_prompt directly call cx.push_layer 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 2 years ago
health.rs Added checkmarks to health.rs output, Resolves #1894 (#1918) 2 years ago
job.rs Don't use block_on in jobs.finish(), we can .await 2 years ago
keymap.rs Add refresh-config and open-config command (#1803) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 2 years ago
main.rs Handle BrokenPipe when piping hx --health through head (#1876) 2 years ago