| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Fix rendering of lines longer than 2^16 | A-Walrus | 2022-10-17 |
* | Add cursorcolumn (#4084) | A-Walrus | 2022-10-08 |
* | Automatically track pseudo-pending text (#4077) | Michael Davis | 2022-10-03 |
* | Change focus to modified docs on quit (#3872) | A-Walrus | 2022-10-03 |
* | Add option to skip the first indent guide (#3819) | Robin | 2022-10-03 |
* | Find workspace from document path (#3553) | ath3 | 2022-10-03 |
* | feat(statusline): add option to show total line numbers in file (#3960) | Joshua Pauline | 2022-10-03 |
* | Add configureable statusline mode names (#3311) | PeepNSheep | 2022-10-03 |
* | Add goto preview (#2982) | Joe | 2022-10-03 |
* | Remove LspNotDefined, instead return an Option<> | Blaž Hrastnik | 2022-09-07 |
* | Expand doc/view macros to allow fetching specific id | Blaž Hrastnik | 2022-09-03 |
* | initial implementation of bufferline (#2759) | aaron404 | 2022-09-02 |
* | Make mode editor-wide rather than per-document | Blaž Hrastnik | 2022-09-01 |
* | Add wezterm to get_terminal_provider (#3588) | unrelentingtech | 2022-08-29 |
* | fix: Reset document mode when losing focus | Blaž Hrastnik | 2022-08-23 |
* | Editor: remove duplication for view focus/swap commands | Blaž Hrastnik | 2022-08-23 |
* | Make external terminal provider configurable | Blaž Hrastnik | 2022-08-22 |
* | Switch to `tabpad` configuration option (#3458) | A-Walrus | 2022-08-21 |
* | Change default formatter for any language (#2942) | PiergiorgioZagaria | 2022-08-04 |
* | add configurable / theme-able statusline separator string (#3175) | Seth Bromberger | 2022-07-26 |
* | add position-percentage as a statusline indicator (#3168) | Seth Bromberger | 2022-07-26 |
* | Rename padding to spacer, remove by default | Blaž Hrastnik | 2022-07-26 |
* | add spacer element to statusline (#3165) | Seth Bromberger | 2022-07-26 |
* | Fix different document panic (#3160) | Kyle L. Davis | 2022-07-23 |
* | keep jump/file history when using :split (#3031) | Robin | 2022-07-22 |
* | add statusline element to display file line endings (#3113) | Alexis Kalabura | 2022-07-21 |
* | Add lsp signature help (#1755) | Gokul Soumya | 2022-07-19 |
* | Make gutters padding optional (#2996) | Ivan Tham | 2022-07-18 |
* | Customizable/configurable status line (#2434) | Mr. E | 2022-07-18 |
* | Add live preview to theme picker (#1798) | Joe | 2022-07-05 |