aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Adjusted ui.virtual.inlay-hint color for everblush theme (#8705)Arkady Rost2023-11-03
| | | Co-authored-by: Arkady Rost <1239844+arkrost@users.noreply.github.com>
* Swap system and primary clipboard registers (#8703)Omnikar2023-11-03
|
* Add missing license files for themes (#8684)blinxen2023-10-31
|
* build(deps): bump tempfile from 3.8.0 to 3.8.1 (#8672)dependabot[bot]2023-10-31
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump ahash from 0.8.5 to 0.8.6 (#8669)dependabot[bot]2023-10-31
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump futures-util from 0.3.28 to 0.3.29 (#8673)dependabot[bot]2023-10-31
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump serde from 1.0.189 to 1.0.190 (#8670)dependabot[bot]2023-10-31
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: Use a shared cache across build workflow stepsBlaž Hrastnik2023-10-31
|
* build(deps): bump rustix from 0.38.20 to 0.38.21 (#8671)dependabot[bot]2023-10-31
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Only render preview if picker has a preview function (#8667)Ryan Mehri2023-10-30
|
* Add MacPorts as installation option for MacOS (#8663)Jeffrey Gelens2023-10-30
| | | | | * Added MacPorts as installation option for MacOS * Added macports to ToC
* Update idle-timeout in docs (#8661)John Careaga2023-10-30
|
* add golangci-lint-langserver (#8656)Angus Dippenaar2023-10-29
| | | | | * languages add golangci-lint-langserver * update docs
* Fix precedence order of @align captures in indent computation (#8659)Triton1712023-10-29
| | | precedence when multiple occur on the same line in an indent query.
* feat(highlights): add more comment highlights (#8564)RoloEdits2023-10-26
|
* Say "unindent" instead of "outdent" in tutor (#8623)blt__2023-10-26
|
* Theme: Add gruber-darker theme (#8598)Mehedi Rifat2023-10-26
|
* switch to tree-sitter-ron (#8624)Gabriel Dinner-David2023-10-26
|
* Use terminfo to reset terminal cursor style (#8591)Ryan Mehri2023-10-26
|
* Add LPF tree sitter (#8536)Frans Skarman2023-10-26
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Add typst language and lsp (#7474)Alexander Brevig2023-10-26
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* CI: Publish stable book before master (#8621)Michael Davis2023-10-26
|
* Revert "Pin tree-sitter to the 0.20.10 release (#8396)"Blaž Hrastnik2023-10-26
| | | | | | | | We only reverted so that the latest release would use a stable tree-sitter version hosted on crates.io. We do want the improvements on nightly. This reverts commit 2ebcc4dbeb306cc285d47bd1d21d72c7e57ecb72.
* Add rust html injection query (#8603)Ryan Mehri2023-10-26
|
* ci: Disable riscv release build (currently broken)Blaž Hrastnik2023-10-25
|
* Add changelog notes for 23.10 (#8086)Michael Davis2023-10-25
| | | | Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
* Pin tree-sitter to the 0.20.10 release (#8396)Michael Davis2023-10-25
|
* Add optional runtime fallback directory (#8610)Skyler Hawthorne2023-10-25
|
* build(deps): bump ahash from 0.8.3 to 0.8.5 (#8597)dependabot[bot]2023-10-24
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump thiserror from 1.0.49 to 1.0.50 (#8596)dependabot[bot]2023-10-24
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump rustix from 0.38.19 to 0.38.20 (#8595)dependabot[bot]2023-10-24
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump hashbrown from 0.14.1 to 0.14.2 (#8594)dependabot[bot]2023-10-24
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump ropey from 1.6.0 to 1.6.1 (#8593)dependabot[bot]2023-10-24
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Theme cyan light diff colors (#8587)Abderrahmane TAHRI JOUTI2023-10-23
|
* don't break on hyphen with :reflow (#8569)Stephen Seo2023-10-21
|
* languages: add templ (#8540)rsteube2023-10-21
|
* Add helix-specific ignore files (#8099)Paul Olteanu2023-10-21
|
* build(deps): bump rustix from 0.38.18 to 0.38.19 (#8556)dependabot[bot]2023-10-20
| | | | | | | | | | | | | | | Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.18 to 0.38.19. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.18...v0.38.19) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump bitflags from 2.4.0 to 2.4.1 (#8555)dependabot[bot]2023-10-20
| | | | | | | | | | | | | | | | Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.4.0...2.4.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump serde from 1.0.188 to 1.0.189 (#8554)dependabot[bot]2023-10-20
| | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.189. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.188...v1.0.189) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fixed issue when the first file specified as an argument was a relative ↵Bjorn Ove Hay Andersen2023-10-18
| | | | directory (#8520)
* Add nord night theme (#8549)Joe-Zer02023-10-17
|
* build(deps): bump regex from 1.9.6 to 1.10.2 (#8557)dependabot[bot]2023-10-17
| | | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.9.6 to 1.10.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.9.6...1.10.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* bump tree-sitter-haskell and update queries (#8558)Ryan Mehri2023-10-17
|
* fix(lsp): ensure we only highlight diagnostics for lsp with the feature ↵Yomain2023-10-17
| | | | enabled (#8551)
* Add support for showing all LSPs in --health (#7315)Lorenzo Bellina2023-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for showing all LSPs in --health <lang> * Add support for showing all LSPs in --health languages * Use available/configured in --health languages * Apply @AlexanderBrevig suggestion in --health * Update `--health <language>` Better output (inspired by #8156). Handle the case where no LSPs are configured. * Display all LSPs in `--health languages` instead of x/x Displays all LSPs as a list in the table generated wih `--health languages` * Make check_binary accept Optional references to str Avoids some calls to .clone() * Apply @the-mikedavis suggestions * Avoid useless collecting and cloning * Use for loop instead of .try_for_each()
* Fix 'Tree::lookup_entry_by_path' usageMichael Davis2023-10-16
|
* Re-lock 'time' dep at 0.3.23Michael Davis2023-10-16
| | | | Co-authored-by: Gabriel Dinner-David <gabydinnerdavid@gmail.com>
* build(deps): bump gix from 0.48.0 to 0.51.0dependabot[bot]2023-10-16
| | | | | | | | | | | | | | | | Bumps [gix](https://github.com/Byron/gitoxide) from 0.48.0 to 0.51.0. - [Release notes](https://github.com/Byron/gitoxide/releases) - [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/Byron/gitoxide/compare/gix-v0.48.0...gix-v0.51.0) --- updated-dependencies: - dependency-name: gix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Add 'while_statement' to bash indents (#8528)Petr Gajdůšek2023-10-13
|