| Commit message (Expand) | Author | Age |
* | inject language based on file extension & shebang (#3970) | Timothy DeHerrera | 2023-04-28 |
* | Fix #6669: Theme preview doesn't return theme to normal (#6694) | shem | 2023-04-12 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | robustly handle invalid LSP ranges (#6512) | Pascal Kuthe | 2023-04-03 |
* | Hide signature help if it overlays completion menu (#5523) | Pascal Kuthe | 2023-03-31 |
* | Truncate paths in the file picker (#6410) | mWalrus | 2023-03-31 |
* | feat(debug): highlight current line (#5957) | Filip Dutescu | 2023-03-29 |
* | do not ignore mouse scrolling when on top of virtual text | Pascal Kuthe | 2023-03-27 |
* | remove incorrect assert | Pascal Kuthe | 2023-03-27 |
* | Show diagnostic codes for LSP diagnostics (#6378) | Francesc Elies | 2023-03-21 |
* | Fix highlighting in picker with multiple columns (#6333) | exp80 | 2023-03-18 |
* | Prevent whitespace from rendering inside inlay hints (#6312) | Thomas Schollenberger | 2023-03-16 |
* | indent snippets to line indent instead of completion start (#6263) | Pascal Kuthe | 2023-03-11 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | Add a version-control statusline element (#5682) | Dimitar Gyurov | 2023-03-10 |
* | treat replace/insertmode consistently, default to insert | Pascal Kuthe | 2023-03-10 |
* | fix snippet bugs and multicursor completion edgecases | Pascal Kuthe | 2023-03-10 |
* | allow LSP insert text to replace non-matching prefixes (#5469) | Taylor C. Richberger | 2023-03-10 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | correctly store snapshots when repeating insert-mode actions | Pascal Kuthe | 2023-03-09 |
* | discard stale completion requests | Pascal Kuthe | 2023-03-09 |
* | store multiple snapshots on the document at once | Pascal Kuthe | 2023-03-09 |
* | save selection before completion savepoint | Pascal Kuthe | 2023-03-09 |
* | create savepoint before requesting completion | Pascal Kuthe | 2023-03-09 |
* | DynamicPicker: Recalculate column widths for new options (#6004) | Michael Davis | 2023-03-08 |
* | Handle snippets for LSPs not providing offsets for completion | Andrii Grynenko | 2023-03-08 |
* | Render every LSP snippets for every cursor | Andrii Grynenko | 2023-03-08 |
* | Delete snippet placeholders when accepting completion | Pascal Kuthe | 2023-03-08 |
* | Apply snippets as transactions | Michael Davis | 2023-03-08 |
* | Fix lacking space panic (#6109) | nuid32 | 2023-03-05 |
* | update MSRV to 1.65 | Pascal Kuthe | 2023-03-05 |
* | Fix 'attempt to divide by zero' panic (#6155) | nuid32 | 2023-03-03 |
* | Fix indentation lines (#6134) (#6136) | NomisIV | 2023-03-01 |
* | Add shift-backspace keybind alias for backspace (#4937) | lesleyrs | 2023-02-28 |
* | feat: show current language when no argument is provided (#5895) | Guillaume | 2023-02-16 |
* | ignore case while filtering completions (#6008) | Pascal Kuthe | 2023-02-16 |
* | Use Popup::ignore_escape_key helper for completion (#6006) | Michael Davis | 2023-02-16 |
* | feat(ui): deprecated completions (#5932) | Matouš Dzivjak | 2023-02-13 |
* | Fix completion doc popup area calculation logic | Gokul Soumya | 2023-02-11 |
* | Create popup rect instead of using raw values | Gokul Soumya | 2023-02-11 |
* | Refactor our Markdown construction in completion doc | Gokul Soumya | 2023-02-11 |
* | Rename completion doc popup area variables | Gokul Soumya | 2023-02-11 |
* | Use early return in rendering completion doc | Gokul Soumya | 2023-02-11 |
* | Split modification indicator from file statusline elements (#4731) | Colton Clemmer | 2023-02-10 |
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
* | Address new clippy lints | Blaž Hrastnik | 2023-02-09 |
* | bump msrv to 1.63 (#5570) | Pascal Kuthe | 2023-02-09 |
* | 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 |