| Commit message (Expand) | Author | Age |
* | add register completion (#9936) | Kirawi | 2024-03-19 |
* | switch to regex-cursor (#9422) | Pascal Kuthe | 2024-02-26 |
* | Optimization of tilde expansion (#9709) | Mo | 2024-02-24 |
* | fix lsp config reload (#9415) | kyfanc | 2024-02-13 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | Add helix-specific ignore files (#8099) | Paul Olteanu | 2023-10-21 |
* | Do not show (running) when opening picker (#8148) | Pascal Kuthe | 2023-09-06 |
* | avoid excessive memory consumption in picker (#8127) | Pascal Kuthe | 2023-09-01 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | Include completions for git-ignored files in debugger prompt (#7936) | quantonganh | 2023-08-14 |
* | Tune regex highlights for usage in prompts | Michael Davis | 2023-07-27 |
* | Syntax-highlight regex prompts | Michael Davis | 2023-07-27 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | Completely remove old Picker and rename FilePicker to Picker | Gokul Soumya | 2023-06-18 |
* | Make file preview callback optional | Michael Davis | 2023-06-18 |
* | Filter language servers also by capabilities in `doc.language_servers_with_fe... | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | Hide duplicate symlinks from the picker (#5658) | Pascal Kuthe | 2023-02-02 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Fix autocompletion for paths with period (#5175) | Dylan Bulfin | 2023-01-09 |
* | Better sorting in picker in case of ties (#5169) | Alex Kladov | 2022-12-17 |
* | Add DynamicPicker for updating options on every key | Gokul Soumya | 2022-12-15 |
* | properly handle detachted git worktrees (#5097) | Pascal Kuthe | 2022-12-11 |
* | Fix nightly clippy lints (#4954) | Tshepang Mbambo | 2022-12-01 |
* | Add preview for scratch buffers in buffer picker (#3454) | A-Walrus | 2022-11-21 |
* | Add LSP workspace command picker (#3140) | Matthias Deiml | 2022-11-09 |
* | factor editor event handling into function | Skyler Hawthorne | 2022-10-19 |
* | Treat space as a seperator instead of a character in fuzzy picker | Pascal Kuthe | 2022-10-11 |
* | Cycled to end/beginning + no more matches msgs (#3176) | A-Walrus | 2022-10-03 |
* | Show "Invalid regex" message on enter (Validate) (#3049) | A-Walrus | 2022-10-03 |
* | Add `text` to language completer | A-Walrus | 2022-09-10 |
* | fix: Recalculate completion when going through prompt history (#3193) | Frojdholm | 2022-08-31 |
* | completion: remove_follow links on filename_impl | Blaž Hrastnik | 2022-08-30 |
* | remove duplicate entries from theme picker (#3439) | ChrHorn | 2022-08-15 |
* | Add completion for nested settings (#3183) | A-Walrus | 2022-08-06 |
* | Add lsp signature help (#1755) | Gokul Soumya | 2022-07-19 |
* | support prefilling prompt (#2459) | Bob | 2022-07-18 |
* | Customizable/configurable status line (#2434) | Mr. E | 2022-07-18 |
* | Add live preview to theme picker (#1798) | Joe | 2022-07-05 |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Sort themes, language & files by score & then name (#2675) | Michael Jones | 2022-07-01 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | Remove a couple more unwraps | Blaž Hrastnik | 2022-06-21 |
* | Add more context; Editor::open doesn't need to own path | Skyler Hawthorne | 2022-06-19 |
* | Better handling of symlinks (#2718) | Roland Kovacs | 2022-06-15 |
* | prompt: If submitting empty prompt, use default (last used) | Blaž Hrastnik | 2022-06-06 |
* | Add runtime language configuration (#1794) (#1866) | Roland Kovacs | 2022-04-05 |
* | Remove more push_layer calls | Blaž Hrastnik | 2022-03-28 |