| Commit message (Expand) | Author | Age |
* | 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 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Sync all document changes on view focus | Michael Davis | 2022-11-29 |
* | Sync changes between doc and view on switch | Michael Davis | 2022-11-29 |
* | Remove selections for closed views on all documents (#4888) | Michael Davis | 2022-11-26 |
* | Factor out common code for focusing the next view (#4607) | Michael Davis | 2022-11-17 |
* | 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 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | 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 |
* | Use OSC 52 as a fallback for setting the system clipboard (#3220) | Charlie Groves | 2022-11-02 |
* | Autosave all when the terminal loses focus (#3178) | Charlie Groves | 2022-10-21 |
* | feat(view): re-use align_view function (#4390) | Matouš Dzivjak | 2022-10-20 |
* | reduce LSP timeout to 3s | Skyler Hawthorne | 2022-10-19 |
* | fail if doc save sender is closed | Skyler Hawthorne | 2022-10-19 |
* | Editor::flush_writes returns an error | Skyler Hawthorne | 2022-10-19 |
* | Wire up save_queue as a part of new_document rather than open | Blaž Hrastnik | 2022-10-19 |
* | Use a write_count to determine how many writes left to flush | Blaž Hrastnik | 2022-10-19 |
* | Deduplicate flush_writes | Blaž Hrastnik | 2022-10-19 |
* | Use a single save_queue on the editor | Blaž Hrastnik | 2022-10-19 |
* | Rename doc save event names to past tense | Skyler Hawthorne | 2022-10-19 |
* | increase LSP shutdown timeout | Skyler Hawthorne | 2022-10-19 |
* | improve reliability of shutdown | Skyler Hawthorne | 2022-10-19 |
* | fix buffer-close | Skyler Hawthorne | 2022-10-19 |
* | fix: buffer-close ensuring writes | Skyler Hawthorne | 2022-10-19 |
* | chore(write): serialize write operations within a Document | Skyler Hawthorne | 2022-10-19 |
* | Make skip_levels a u8 | A-Walrus | 2022-10-17 |