| Commit message (Expand) | Author | Age |
* | make `:u` alias `:update` (#6835) | Atticus Sebastiani | 2023-04-23 |
* | flip symbol range in LSP goto commands (#6794) | Pascal Kuthe | 2023-04-21 |
* | make :toggle-option print the new value (#6774) | Aleksey Kuznetsov | 2023-04-16 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | Fix line number display for LSP goto pickers (#6559) | Dmitry Ulyanov | 2023-04-03 |
* | Let..else refactor (#6562) | Casper Rogild Storm | 2023-04-03 |
* | add option to enable/disable lsp snippets | Pascal Kuthe | 2023-03-31 |
* | Hide signature help if it overlays completion menu (#5523) | Pascal Kuthe | 2023-03-31 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | Run shell commands asynchronously (#6373) | sarah | 2023-03-21 |
* | discard outdated workspace edits recived from the LS | Pascal Kuthe | 2023-03-16 |
* | fix compilation | Blaž Hrastnik | 2023-03-14 |
* | Only complete appropriate arguments for typed commands. (#5966) | Kyle Smith | 2023-03-14 |
* | LSP: Separate diagnostic picker message and code (#6095) | Francesc Elies | 2023-03-13 |
* | Check language server symbol renaming support before prompting (#6257) | misiasty3 | 2023-03-13 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | LSP: Support textDocument/prepareRename (#6103) | Kyle Smith | 2023-03-08 |
* | Softwrapping improvements (#5893) | Clément Delafargue | 2023-03-08 |
* | Do not add intermediate lines to jumplist with :<linenum> command. (#5751) | Kyle Smith | 2023-03-08 |
* | Jump to symbol ranges in LSP goto commands (#5986) | Michael Davis | 2023-03-08 |
* | Add command for resetting diff hunks (#5736) | Pascal Kuthe | 2023-03-08 |
* | Allow LSP server to be stopped (#5964) | Davide Galassi | 2023-03-08 |
* | feat(dap): implement Restart request (#5651) | Filip Dutescu | 2023-03-06 |
* | fix(dap): validate key and index exist when requesting vars (#5628) | Filip Dutescu | 2023-02-20 |
* | feat(dap): send Disconnect if Terminated event received (#5532) | Filip Dutescu | 2023-02-20 |
* | feat: show current language when no argument is provided (#5895) | Guillaume | 2023-02-16 |
* | fix: decode lsp url for workspace_diagnostics_picker (#6016) | Erasin | 2023-02-16 |
* | Add :toggle-option command (#4085) | A-Walrus | 2023-02-13 |
* | Negotiate LSP Position Encoding (#5894) | Pascal Kuthe | 2023-02-11 |
* | Address new clippy lints | Blaž Hrastnik | 2023-02-09 |
* | Add :character-info command (#4000) | William Etheredge | 2023-02-03 |
* | always commit to history when pasting (#5790) | Pascal Kuthe | 2023-02-02 |
* | Support goto-declaration LSP command (#5646) | Ole Krüger | 2023-01-31 |
* | Use filename completer on run-shell-command (#5729) | Jonathan LEI | 2023-01-30 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | Replace menu::Item::{row, label} with format() | Gokul Soumya | 2023-01-18 |
* | Fix language config reload logic (#5381) | Ethan Kiang | 2023-01-03 |
* | Expand `~` when parsing file paths in `:open` (#5329) | iobtl | 2022-12-29 |
* | Fix opening new files (#5278) | alois31 | 2022-12-24 |
* | Add file picker dialogue when opening a directory with :o (#2707) | Jack Allison | 2022-12-23 |
* | Remove redraw to fix build | Blaž Hrastnik | 2022-12-15 |
* | add redraw command (#4354) | Roberto Vidal | 2022-12-15 |
* | workspace symbols: Default to empty Vec on None | Michael Davis | 2022-12-15 |
* | Re-request workspace symbols on keypress in picker | Gokul Soumya | 2022-12-15 |
* | Improve error message handling for theme loading failures (#5073) | Michael Davis | 2022-12-15 |
* | Add `:pipe-to` typable command that ignores shell output (#4931) | Alexander Schlögl | 2022-12-12 |
* | reload_all: Ensure view is synced with doc history before reload (#4965) | Michael Davis | 2022-12-02 |
* | Fix nightly clippy lints (#4954) | Tshepang Mbambo | 2022-12-01 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |