| Commit message (Expand) | Author | Age |
* | build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987) | dependabot[bot] | 2022-09-26 |
* | Re-sort diagnostics after transaction transform (#3895) | Michael Davis | 2022-09-20 |
* | Switch to Result for invalid language | A-Walrus | 2022-09-10 |
* | Add error handling to set language command | A-Walrus | 2022-09-10 |
* | Remove LspNotDefined, instead return an Option<> | Blaž Hrastnik | 2022-09-07 |
* | Handle formatter errors, and save anyway (#3684) | A-Walrus | 2022-09-07 |
* | build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715) | dependabot[bot] | 2022-09-05 |
* | Look for the external formatter before invoking it (#3670) | Michael Davis | 2022-09-04 |
* | Fix cargo doc warnings, and add GitHub action to ensure it (#3650) | A-Walrus | 2022-09-03 |
* | Expand doc/view macros to allow fetching specific id | Blaž Hrastnik | 2022-09-03 |
* | initial implementation of bufferline (#2759) | aaron404 | 2022-09-02 |
* | Fix closing buffer with custom keymap (#3633) | A-Walrus | 2022-09-01 |
* | Make mode editor-wide rather than per-document | Blaž Hrastnik | 2022-09-01 |
* | fix: Don't translate mouse up events as down | Blaž Hrastnik | 2022-08-31 |
* | Fix process spawning error handling (#3349) | PiergiorgioZagaria | 2022-08-30 |
* | Derive Document language name from languages.toml name key (#3338) | Michael Davis | 2022-08-30 |
* | Allow less than and greater than in macros (#3556) | A-Walrus | 2022-08-30 |
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
* | 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 |
* | Update to crossterm-0.25 (#3390) | Charlie Groves | 2022-08-22 |
* | One more windows fix... | Blaž Hrastnik | 2022-08-22 |
* | Fix compilation on windows | Blaž Hrastnik | 2022-08-22 |
* | Make external terminal provider configurable | Blaž Hrastnik | 2022-08-22 |
* | Switch to `tabpad` configuration option (#3458) | A-Walrus | 2022-08-21 |
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
* | Fix comment (#3334) | Kyle L. Davis | 2022-08-06 |
* | Resolve clippy lints (#3307) | Omnikar | 2022-08-04 |
* | Change default formatter for any language (#2942) | PiergiorgioZagaria | 2022-08-04 |
* | Fix LF line-endings (#3316) | Charlie Groves | 2022-08-03 |
* | build(deps): bump arc-swap from 1.5.0 to 1.5.1 (#3290) | dependabot[bot] | 2022-08-02 |
* | clipboard: add logging and healthcheck (#3271) | Amit Beka | 2022-07-31 |
* | 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 |
* | Make gutters padding automatic (#3163) | Ivan Tham | 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 |
* | Indent with tabs by default (#3095) | Mr. E | 2022-07-22 |
* | keep jump/file history when using :split (#3031) | Robin | 2022-07-22 |
* | jumplist picker (#3033) | Bob | 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 |
* | build(deps): bump crossterm from 0.23.0 to 0.24.0 (#2968) | dependabot[bot] | 2022-07-05 |
* | build(deps): bump once_cell from 1.12.0 to 1.13.0 (#2969) | dependabot[bot] | 2022-07-05 |
* | Add mode specific styles (#2676) | Mathspy | 2022-06-30 |