| Commit message (Expand) | Author | Age |
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
* | Reimplement clipboard commands in terms of special regs | Michael Davis | 2023-07-31 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |
* | Add support for LSP DidChangeWatchedFiles (#7665) | Ryan Fowler | 2023-07-21 |
* | (Updated) Apply motion API refinements (#6078) | Gabriel Hansson | 2023-07-09 |
* | use redraw handle for debouncing LSP messages (#7538) | Pascal Kuthe | 2023-07-07 |
* | Fix incorrect gutter bail message (#7534) | Tom Taylor | 2023-07-07 |
* | Mark buffers created from stdin as modified (#7431) | Michael Davis | 2023-06-26 |
* | Add config for default line ending (#5621) | Alex | 2023-06-16 |
* | add config option for instant completion entry preview (defaulting to true). | Luca Schlecker | 2023-06-09 |
* | Add register statusline element (#7222) | spectre256 | 2023-06-08 |
* | Apply all review suggestions (doc_id -> id, error message, unnecessary if) | Philipp Mildenberger | 2023-05-18 |
* | Some minor clarity/cosmetic improvements | Philipp Mildenberger | 2023-05-18 |
* | Add function `Editor::language_server_by_id` and refactor/simplify related co... | Philipp Mildenberger | 2023-05-18 |
* | Refactor doc language servers to a HashMap, and the config to use a Vec to re... | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Fix error messages when no language server is available | Philipp Mildenberger | 2023-05-18 |
* | Fix sorting issues of the editor wide diagnostics and apply diagnostics relat... | Philipp Mildenberger | 2023-05-18 |
* | Fix some lints/docgen hints | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | clarify comments about completion savepoints | Pascal Kuthe | 2023-05-18 |
* | correctly handle completion rerequest | Pascal Kuthe | 2023-05-18 |
* | Conserve BOM and properly support UTF16 (#6497) | Alexis-Lapierre | 2023-04-30 |
* | Sort the buffer picker by most recent access (#2980) | Evgeniy Tatarkin | 2023-04-28 |
* | feat: add a config option to exclude declaration from LSP references (#6886) | Vitalii Solodilov | 2023-04-27 |
* | ensure :toggle soft-wrap.enable works by default (#6742) | Pascal Kuthe | 2023-04-13 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | add option to enable/disable lsp snippets | Pascal Kuthe | 2023-03-31 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | feat(debug): highlight current line (#5957) | Filip Dutescu | 2023-03-29 |
* | Fix clippy lints (#6454) | Philipp Mildenberger | 2023-03-27 |
* | Add undercurl config option #6196 (#6253) | Jonatan Pettersson | 2023-03-14 |
* | 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 |
* | discard stale completion requests | Pascal Kuthe | 2023-03-09 |
* | 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 |
* | Split modification indicator from file statusline elements (#4731) | Colton Clemmer | 2023-02-10 |
* | provide option to completely disable lsp | Skyler Hawthorne | 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 |
* | Parse gutter-types as Strings (#5696) | Rino | 2023-01-26 |
* | Make clippy happy on Windows (#5644) | Jonathan LEI | 2023-01-23 |
* | Add configuration for min width of line-numbers gutter (#4724) | Doug Kelkhoff | 2023-01-21 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | Add command to rotate view backward (#5356) | mejo13 | 2023-01-17 |
* | Add some function documentations (#5360) | Pascal Sommer | 2023-01-11 |
* | Add a status line element that shows just the basename of the file (#5318) | Nick | 2022-12-31 |
* | Reset mode when changing buffers (#5072) | Michael Davis | 2022-12-11 |