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
Cole Helbling 6118486eb2 helix-term: implement buffer completer
In order to implement this completer, the completion function needs to
be able to access the compositor's context (to allow it to get the
list of buffers currently open in the context's editor).
3 years ago
..
commands helix-term: implement buffer completer 3 years ago
ui helix-term: implement buffer completer 3 years ago
application.rs Allow static strings in set_status/set_error so API is nicer 3 years ago
args.rs Allow specifying file start position (#445) 3 years ago
commands.rs helix-term: implement buffer completer 3 years ago
compositor.rs Prevent multiple code action popups 3 years ago
config.rs Put some tests behind #[cfg(test)] (#1459) 3 years ago
job.rs Don't use block_on in jobs.finish(), we can .await 3 years ago
keymap.rs Add tree-sitter based function, class navigation 3 years ago
lib.rs Assume true color support on Windows 3 years ago
main.rs Allow specifying file start position (#445) 3 years ago