| Commit message (Expand) | Author | Age |
... | |
* | Removing C-j and C-k from completion menu navigation (#5070) | Dylan Bulfin | 2023-02-02 |
* | add substring matching options to picker (#5114) | Pascal Kuthe | 2023-02-02 |
* | fix position translation at EOF with softwrap (#5786) | Pascal Kuthe | 2023-02-02 |
* | 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 clippy 1.67 warnings (#5697) | Miguel Madrid-Mencía | 2023-01-27 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | highlight non-bar cursors (#5575) | Pascal Kuthe | 2023-01-18 |
* | Replace menu::Item::{row, label} with format() | Gokul Soumya | 2023-01-18 |
* | Minimize allocation when converting table rows to string | Gokul Soumya | 2023-01-18 |
* | Use upstream implementation of table column calculation | Gokul Soumya | 2023-01-18 |
* | Reuse table in picker | Gokul Soumya | 2023-01-18 |
* | Primary cursor colors by mode (#5130) | gibbz00 | 2023-01-18 |
* | Added opening files in the background with A-ret shortcut (#4435) | Itay123 | 2023-01-16 |
* | Add some function documentations (#5360) | Pascal Sommer | 2023-01-11 |
* | Fix autocompletion for paths with period (#5175) | Dylan Bulfin | 2023-01-09 |
* | Add a status line element that shows just the basename of the file (#5318) | Nick | 2022-12-31 |
* | mouse operations respect scrolloff (#5255) | jliaoh | 2022-12-23 |
* | Make prompt suggestions greyed out | Jonathan LEI | 2022-12-17 |
* | Better sorting in picker in case of ties (#5169) | Alex Kladov | 2022-12-17 |
* | DynamicPicker: Reset idle timeout on refresh | Michael Davis | 2022-12-15 |
* | DynamicPicker: Use idle-timeout as debounce | Michael Davis | 2022-12-15 |
* | Add DynamicPicker for updating options on every key | Gokul Soumya | 2022-12-15 |
* | Add force_score() for scoring picker items without optimizations | Gokul Soumya | 2022-12-15 |
* | properly handle detachted git worktrees (#5097) | Pascal Kuthe | 2022-12-11 |
* | Only write newlines in menu selection popup if the lsp returns detail (#4902) | ath3 | 2022-12-09 |
* | Apply completion edits to all cursors (#4496) | Michael Davis | 2022-12-06 |
* | Fix nightly clippy lints (#4954) | Tshepang Mbambo | 2022-12-01 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Call View::apply within Document::append_changes_to_history | Michael Davis | 2022-11-29 |
* | Remove eager application of transactions to all views | Michael Davis | 2022-11-29 |
* | Apply inversions to Views on undo/redo | Michael Davis | 2022-11-24 |
* | Apply transactions to all views (#4733) | Michael Davis | 2022-11-23 |
* | lsp: Check server provider capabilities (#3554) | Michael Davis | 2022-11-22 |
* | Add preview for scratch buffers in buffer picker (#3454) | A-Walrus | 2022-11-21 |
* | minor: render_diagnostics doesn't require &self either | Blaž Hrastnik | 2022-11-19 |
* | Avoid repeatedly loading config | Blaž Hrastnik | 2022-11-19 |
* | lsp: Resolve completion item asynchronously on idle-timeout (#4781) | Michael Davis | 2022-11-18 |
* | sort fuzzy matches with equal score by length in picker (#4698) | Pascal Kuthe | 2022-11-16 |
* | Popup scrollbar (#4449) | Manos Mertzianis | 2022-11-15 |
* | Refactor blackhole register (#4504) | ath3 | 2022-11-15 |
* | Add global error/warning count statusline element (#4569) | Gaurav Tyagi | 2022-11-15 |
* | Statusline indicator to show number of selected chars (#4682) | wes adams | 2022-11-12 |
* | Add LSP workspace command picker (#3140) | Matthias Deiml | 2022-11-09 |
* | `error!` on unknown `CompletionItemKind` (#4658) | Marko Klobučar Ledinšćak | 2022-11-08 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | lsp: Support insertReplace | Blaž Hrastnik | 2022-11-08 |
* | Escape filenames in command completion | Michael Davis | 2022-11-07 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | Fix panic from two windows editing the same document (#4570) | Michael Davis | 2022-11-03 |