| Commit message (Expand) | Author | Age |
... | |
* | Make shell_impl concurrent (#3180) | Matthias Deiml | 2022-10-29 |
* | fix: Never create automatic doc popups outside of Insert mode (#4456) | Poliorcetics | 2022-10-28 |
* | language: added vhs (#4486) | rsteube | 2022-10-28 |
* | Include colons for typable commands in command palette (#4495) | Michael Davis | 2022-10-28 |
* | Trim quotes and braces from paths in goto_file_impl (#4370) | Dario Oddenino | 2022-10-28 |
* | Add the debugger for Zig (#4492) | Sora | 2022-10-28 |
* | feat(lsp): LSP preselected items appear first in completion menu (#4480) | lazytanuki | 2022-10-27 |
* | Include unnamed children for html injected into inline markdown (#4478) | Matthias Deiml | 2022-10-27 |
* | Update tree-sitter markdown grammar (#4483) | Matthias Deiml | 2022-10-27 |
* | Allow the area to be bigger than u16 (width and height remain u16) (#4318) | A-Walrus | 2022-10-26 |
* | commands: Make no arg ':theme' show name (#3740) | James O. D. Hunt | 2022-10-26 |
* | Add `:update` that will write the changes if the file has been modified. (#4... | Gaurav Tyagi | 2022-10-26 |
* | fix: repeating repeat operator (#4450) | Michał Zabielski | 2022-10-26 |
* | fix: terminal freezing on `shell_insert_output` | GabrielDertoni | 2022-10-26 |
* | Render diagnostics in the file picker preview (#4324) | Michael Davis | 2022-10-25 |
* | build(deps): bump serde from 1.0.145 to 1.0.147 (#4463) | dependabot[bot] | 2022-10-24 |
* | build(deps): bump futures-executor from 0.3.24 to 0.3.25 (#4464) | dependabot[bot] | 2022-10-24 |
* | build(deps): bump serde_json from 1.0.86 to 1.0.87 (#4462) | dependabot[bot] | 2022-10-24 |
* | build(deps): bump termini from 0.1.2 to 0.1.4 (#4461) | dependabot[bot] | 2022-10-24 |
* | build(deps): bump futures-util from 0.3.24 to 0.3.25 (#4460) | dependabot[bot] | 2022-10-24 |
* | build(deps): bump anyhow from 1.0.65 to 1.0.66 (#4459) | dependabot[bot] | 2022-10-24 |
* | Update scala treesitter grammar (#4353) | Owen Lynch | 2022-10-24 |
* | Update textwrap to 0.16.0 (#4437) | Mike Trinkala | 2022-10-23 |
* | feat(themes): add mode-specific styles to the tokyonight themes (#4415) | Mr. E | 2022-10-22 |
* | lsp: Resolve completion items missing documentation on idle (#4406) | Michael Davis | 2022-10-22 |
* | Change syntax for suffix file-types configurations (#4414) | Michael Davis | 2022-10-22 |
* | Theme: Papercolor: Fixed cursorline background (#4317) | Mehedi Hasan | 2022-10-21 |
* | Added 2 new themes (#4367) | PORTALSURFER | 2022-10-21 |
* | Add textobjects.scm for zig (#4409) | Sora | 2022-10-21 |
* | syntax: Don't force lower-case for filenames (#4346) | Christian Speich | 2022-10-21 |
* | grammar: Don't require lower-case (#4346) | Christian Speich | 2022-10-21 |
* | nit: Do less allocations in `ui::menu::Item::label` implementations | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | nit: move an allocation to happen after a `continue`, making sure it's | Alexis (Poliorcetics) Bourget | 2022-10-21 |
* | fix: write-all crash (#4384) | Skyler Hawthorne | 2022-10-21 |
* | Fix unexpected behavior in delete_word_backward and delete_word_forward (#4392) | Nimrod | 2022-10-21 |
* | flush writes on force quit (#4397) | Skyler Hawthorne | 2022-10-21 |
* | Add undercurl styles to the default theme | Blaž Hrastnik | 2022-10-21 |
* | cargo fmt | Blaž Hrastnik | 2022-10-21 |
* | Autosave all when the terminal loses focus (#3178) | Charlie Groves | 2022-10-21 |
* | Fix shellwords delimiter handling (#4098) | A-Walrus | 2022-10-21 |
* | Sort by fixed diagnostics/is_preffered within codeaction categories | Pascal Kuthe | 2022-10-21 |
* | never sort menu items when no fuzzy matching is possible | Pascal Kuthe | 2022-10-21 |
* | use permalink to vscode repo | Pascal Kuthe | 2022-10-21 |
* | use stable sort instead of allocating new vectors | Pascal Kuthe | 2022-10-21 |
* | sort autocompletins by fuzzy match | Pascal Kuthe | 2022-10-21 |
* | sort codeaction by their kind instead of alphabetically | Pascal Kuthe | 2022-10-21 |
* | simplify encoding test macro (#4385) | Kirawi | 2022-10-21 |
* | Clarify use of `HELIX_RUNTIME` (#4382) | Greg Troszak | 2022-10-21 |
* | Fix multi byte auto pairs (#4024) | Skyler Hawthorne | 2022-10-21 |
* | feat(view): re-use align_view function (#4390) | Matouš Dzivjak | 2022-10-20 |