| Commit message (Expand) | Author | Age |
* | Update `client::reply` to be non async | wojciechkepka | 2021-06-18 |
* | Add `work_done_token` as parameter to lsp methods | wojciechkepka | 2021-06-18 |
* | Add `MethodCall`, `ProgressStatus`, `LspProgressMap` | wojciechkepka | 2021-06-18 |
* | Fix expansion of `~` (#284) | Wojciech Kępka | 2021-06-18 |
* | Fix panic when entering unicode in command prompt | Benoît CORTIER | 2021-06-18 |
* | Replace `Editor::current` by a macro | Benoît CORTIER | 2021-06-18 |
* | Fix typos in Markdown documentation | Perry Thompson | 2021-06-17 |
* | Add homebrew tap instructions again | Blaž Hrastnik | 2021-06-17 |
* | Configurable keys 2 (Mapping keys to commands) (#268) | PabloMansanet | 2021-06-17 |
* | Let o, O take counts for multiple cursors | Gokul Soumya | 2021-06-17 |
* | Fix cursor position bugs related to o and O | Gokul Soumya | 2021-06-17 |
* | Add latex | Ivan Tham | 2021-06-16 |
* | Add theme key for selected line number | Gokul Soumya | 2021-06-16 |
* | Add other cursor shape | Ivan Tham | 2021-06-15 |
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |
* | Remove RwLock for registers | Benoît CORTIER | 2021-06-15 |
* | Use `_impl` suffix instead of `_` prefix | Benoît CORTIER | 2021-06-15 |
* | Format docs for better readability | Gokul Soumya | 2021-06-15 |
* | Remove unused variables | Ivan Tham | 2021-06-15 |
* | Add filter ability to picker | Ivan Tham | 2021-06-15 |
* | Report indent style when calling indent-style with no arguments. | Nathan Vegdahl | 2021-06-15 |
* | Address PR comments. | Nathan Vegdahl | 2021-06-15 |
* | Cosmetic changes and better comments for the indent auto-detect code. | Nathan Vegdahl | 2021-06-15 |
* | Remove indent style status-line display for now. | Nathan Vegdahl | 2021-06-15 |
* | Address PR comments. | Nathan Vegdahl | 2021-06-15 |
* | Implement command to change the indent-style setting of a document. | Nathan Vegdahl | 2021-06-15 |
* | Render indent-style status in status line. | Nathan Vegdahl | 2021-06-15 |
* | Fix clippy warnings. | Nathan Vegdahl | 2021-06-15 |
* | Attempt to auto-detect indentation style on document load. | Nathan Vegdahl | 2021-06-15 |
* | Add ctrl-w for prompt | Ivan Tham | 2021-06-14 |
* | fix: wq/wqa functions need to wait for save to finish before closing | Blaž Hrastnik | 2021-06-14 |
* | Add ui.selection to theme.toml | Gokul Soumya | 2021-06-14 |
* | Refactor keymap definitions using macros | Gokul Soumya | 2021-06-14 |
* | Correct onedark theme file location | Gokul Soumya | 2021-06-14 |
* | Bump once_cell from 1.7.2 to 1.8.0 (#255) | dependabot[bot] | 2021-06-14 |
* | Add onedark theme | Gokul Soumya | 2021-06-14 |
* | Bump anyhow from 1.0.40 to 1.0.41 | dependabot[bot] | 2021-06-14 |
* | Bump crossterm from 0.19.0 to 0.20.0 | dependabot[bot] | 2021-06-14 |
* | Bump lsp-types from 0.89.1 to 0.89.2 | dependabot[bot] | 2021-06-14 |
* | Bump ignore from 0.4.17 to 0.4.18 | dependabot[bot] | 2021-06-14 |
* | Fix a typo in theme name | Wojciech Kępka | 2021-06-14 |
* | fix offset by one problem in replace_with_yanked | Andreas Liljeqvist | 2021-06-14 |
* | Add `bogster` theme | Wojciech Kępka | 2021-06-14 |
* | chore(nix): update nixCargoIntegration input | Yusuf Bera Ertan | 2021-06-13 |
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 |
* | ui: Prompt should figure out a reasonable column width | Blaž Hrastnik | 2021-06-13 |
* | Fix `wq` | Wojciech Kępka | 2021-06-13 |
* | `Document::is_modified` should not check if path is set | Wojciech Kępka | 2021-06-13 |
* | Fix clippy | Wojciech Kępka | 2021-06-13 |
* | Deduplicate code | Wojciech Kępka | 2021-06-13 |