| Commit message (Expand) | Author | Age |
... | |
* | | rust: Highlight function signatures as functions (#4073) | Michael Davis | 2022-10-03 |
* | | Add command names to command palette (#4071) | nuid32 | 2022-10-03 |
* | | Fix signature help panic when too large (#4030) | Ivan Tham | 2022-10-03 |
* | | goto_window_* extends selection (#3985) | greg-enbala | 2022-10-03 |
* | | [lsp-restart]: call the force_shutdown method for the old_client (#3972) | Alexis Kalabura | 2022-10-03 |
* | | feat(statusline): add option to show total line numbers in file (#3960) | Joshua Pauline | 2022-10-03 |
* | | Add dark high contrast theme refer to vscode (#3312) | Slug | 2022-10-03 |
* | | Add configureable statusline mode names (#3311) | PeepNSheep | 2022-10-03 |
* | | Add `ui.gutter.selected` option for themes (#3303) | ChrHorn | 2022-10-03 |
* | | Add tests for select-mode TS textobjects | Michael Davis | 2022-10-03 |
* | | Extend textobject selections in select mode | Michael Davis | 2022-10-03 |
* | | Use Range::with_direction consistently | Michael Davis | 2022-10-03 |
* | | Use requested direction for new textobject selection range | Michael Davis | 2022-10-03 |
* | | Cycled to end/beginning + no more matches msgs (#3176) | A-Walrus | 2022-10-03 |
* | | Inherit theme (#3067) | Christoph Schmidler | 2022-10-03 |
* | | Show "Invalid regex" message on enter (Validate) (#3049) | A-Walrus | 2022-10-03 |
* | | Add goto preview (#2982) | Joe | 2022-10-03 |
* | | Update treesitter markdown (#4078) | David | 2022-10-03 |
* | | Add pseudo_pending for t/T/f/F (#4062) | Matt Freitas-Stavola | 2022-10-02 |
* | | diff full-doc LSP edits (#4041) | Kirawi | 2022-10-02 |
* | | Onedarker theme: some improvements (#4069) | nuid32 | 2022-10-02 |
* | | Adjust light-gray in onedarker theme (#4060) | nuid32 | 2022-10-01 |
|/ |
|
* | Ensure cursor in view after format (#4047) | zensayyy | 2022-10-01 |
* | Add support for webassembly text format (#4040) | Roberto Vidal | 2022-10-01 |
* | themes: Add onedarker (#3980) | nuid32 | 2022-10-01 |
* | WGSL syntax highlighting fix (#3996) | Chickenkeeper | 2022-09-30 |
* | Add comment injection for R (#4031) | Maximilian Muecke | 2022-09-29 |
* | tutor: missing <ESC> before removing the second cursor (#4027) | joleaf | 2022-09-29 |
* | Fix tutor typo `favourite` to `favorite` (#4007) | Sora | 2022-09-28 |
* | Add gruvbox dark (#3948) | Sven-Hendrik Haase | 2022-09-28 |
* | nix: replace `runCommandNoCC` with `runCommand` (#3992) | Erin Kim | 2022-09-27 |
* | build(deps): bump serde from 1.0.144 to 1.0.145 (#3989) | dependabot[bot] | 2022-09-26 |
* | build(deps): bump thiserror from 1.0.35 to 1.0.36 (#3991) | dependabot[bot] | 2022-09-26 |
* | build(deps): bump unicode-general-category from 0.5.1 to 0.6.0 (#3990) | dependabot[bot] | 2022-09-26 |
* | fix: Improve JSX and TSX tag highlighting (#3973) | Jacob Chandler | 2022-09-26 |
* | build(deps): bump tokio-stream from 0.1.9 to 0.1.10 (#3988) | dependabot[bot] | 2022-09-26 |
* | build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987) | dependabot[bot] | 2022-09-26 |
* | Remove `do_block` from Ruby indents (#3976) | Oskar Köök | 2022-09-26 |
* | Add documentation for `max-line-length` (#3974) | Oskar Köök | 2022-09-26 |
* | chore: remove unneeded attribute after MSRV bump to 1.61 (#3961) | Poliorcetics | 2022-09-25 |
* | heex: upgrade grammar, add roots matching elixir (#3959) | Clay | 2022-09-25 |
* | Add bufferline colors to 15 themes (#3881) | Invader Zim | 2022-09-23 |
* | docs: Punctuation on tutor (#3888) | adrian5 | 2022-09-23 |
* | Add mix.exs and mix.lock as Elixir root markers (#3917) | Riccardo Binetti | 2022-09-23 |
* | Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929) | Riccardo Binetti | 2022-09-23 |
* | Document MSRV policy (#3913) | Pascal Kuthe | 2022-09-23 |
* | Deduplicate regexes in search_selection command (#3941) | A-Walrus | 2022-09-22 |
* | Theme: Papercolor: Tune inactive statusline (#3938) | Henrik Tjäder | 2022-09-22 |
* | Improve keymap errors from command typos (#3931) | Michael Davis | 2022-09-22 |
* | Fix highlighting on single-character Rust consts (#3927) | gavincrawford | 2022-09-21 |