aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* feat(lang): add xml (#4518)Matthew Toohey2022-10-29
* feat: Categorize Rust's keywords using more specific scopes (#4510)Poliorcetics2022-10-29
* Fleetish: Adjustments to resemble official theme and reworked diagnostics to ...Kristoffer Flottorp2022-10-29
* feat(lang): add kdl grammar (#4481)Jaden2022-10-29
* Make shell_impl concurrent (#3180)Matthias Deiml2022-10-29
* fix: Never create automatic doc popups outside of Insert mode (#4456)Poliorcetics2022-10-28
* language: added vhs (#4486)rsteube2022-10-28
* Include colons for typable commands in command palette (#4495)Michael Davis2022-10-28
* Trim quotes and braces from paths in goto_file_impl (#4370)Dario Oddenino2022-10-28
* Add the debugger for Zig (#4492)Sora2022-10-28
* feat(lsp): LSP preselected items appear first in completion menu (#4480)lazytanuki2022-10-27
* Include unnamed children for html injected into inline markdown (#4478)Matthias Deiml2022-10-27
* Update tree-sitter markdown grammar (#4483)Matthias Deiml2022-10-27
* Allow the area to be bigger than u16 (width and height remain u16) (#4318)A-Walrus2022-10-26
* commands: Make no arg ':theme' show name (#3740)James O. D. Hunt2022-10-26
* Add `:update` that will write the changes if the file has been modified. (#4...Gaurav Tyagi2022-10-26
* fix: repeating repeat operator (#4450)Michał Zabielski2022-10-26
* fix: terminal freezing on `shell_insert_output`GabrielDertoni2022-10-26
* Render diagnostics in the file picker preview (#4324)Michael Davis2022-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 Lynch2022-10-24
* Update textwrap to 0.16.0 (#4437)Mike Trinkala2022-10-23
* feat(themes): add mode-specific styles to the tokyonight themes (#4415)Mr. E2022-10-22
* lsp: Resolve completion items missing documentation on idle (#4406)Michael Davis2022-10-22
* Change syntax for suffix file-types configurations (#4414)Michael Davis2022-10-22
* Theme: Papercolor: Fixed cursorline background (#4317)Mehedi Hasan2022-10-21
* Added 2 new themes (#4367)PORTALSURFER2022-10-21
* Add textobjects.scm for zig (#4409)Sora2022-10-21
* syntax: Don't force lower-case for filenames (#4346)Christian Speich2022-10-21
* grammar: Don't require lower-case (#4346)Christian Speich2022-10-21
* nit: Do less allocations in `ui::menu::Item::label` implementationsAlexis (Poliorcetics) Bourget2022-10-21
* nit: move an allocation to happen after a `continue`, making sure it'sAlexis (Poliorcetics) Bourget2022-10-21
* fix: write-all crash (#4384)Skyler Hawthorne2022-10-21
* Fix unexpected behavior in delete_word_backward and delete_word_forward (#4392)Nimrod2022-10-21
* flush writes on force quit (#4397)Skyler Hawthorne2022-10-21
* Add undercurl styles to the default themeBlaž Hrastnik2022-10-21
* cargo fmtBlaž Hrastnik2022-10-21
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* Fix shellwords delimiter handling (#4098)A-Walrus2022-10-21
* Sort by fixed diagnostics/is_preffered within codeaction categoriesPascal Kuthe2022-10-21
* never sort menu items when no fuzzy matching is possiblePascal Kuthe2022-10-21
* use permalink to vscode repoPascal Kuthe2022-10-21
* use stable sort instead of allocating new vectorsPascal Kuthe2022-10-21
* sort autocompletins by fuzzy matchPascal Kuthe2022-10-21
* sort codeaction by their kind instead of alphabeticallyPascal Kuthe2022-10-21