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
Pascal Kuthe 0cfd46c14f
Do not show (running) when opening picker (#8148)
* only stream from background thread if necessary

If the file transversal is longer shorter 30ms it will now be performed
on the main thread. Spawning a thread can take a while (or rather it
takes a while until that thread is scheduled) so the files can actually
take a while to show up. This prevents the `(running)` indicator from
briefly showing up when opening the file picker in a small directory.

* run partial cargo update
9 months ago
..
src Do not show (running) when opening picker (#8148) 9 months ago
tests Fix find commands for buffers with non-LF line-endings (#8111) 9 months ago
.gitignore Initial import. 4 years ago
Cargo.toml transition to nucleo for fuzzy matching (#7814) 10 months ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago