| Commit message (Expand) | Author | Age |
... | |
* | Add config to mark diagnostic sources as persistent | Pascal Kuthe | 2023-12-27 |
* | Support drawing popup frame (#4313) | ath3 | 2023-12-19 |
* | fix `:indent-style` crash (#9087) | TornaxO7 | 2023-12-15 |
* | Make the indent heuristic configurable | Daniel Ebert | 2023-12-15 |
* | build(deps): bump once_cell from 1.18.0 to 1.19.0 (#9053) | dependabot[bot] | 2023-12-12 |
* | build(deps): bump libc from 0.2.150 to 0.2.151 (#9056) | dependabot[bot] | 2023-12-12 |
* | Join empty lines with only one space in `join_selections` (#8989) | TornaxO7 | 2023-12-06 |
* | build(deps): bump open from 5.0.0 to 5.0.1 (#8992) | dependabot[bot] | 2023-12-05 |
* | use workspace inheritance for common version (#8925) | Skyler Hawthorne | 2023-12-05 |
* | build(deps): bump grep-searcher from 0.1.12 to 0.1.13 (#8998) | dependabot[bot] | 2023-12-05 |
* | build(deps): bump url from 2.4.1 to 2.5.0 (#8991) | dependabot[bot] | 2023-12-05 |
* | build(deps): bump grep-regex from 0.1.11 to 0.1.12 (#8930) | dependabot[bot] | 2023-11-29 |
* | fix(ui): use crossterm cursor when at the end of the rope (#8934) | Hendrik Norkowski | 2023-11-28 |
* | build(deps): bump grep-searcher from 0.1.11 to 0.1.12 (#8929) | dependabot[bot] | 2023-11-28 |
* | use crossterm cursor in editor when out of focus (#6858) | Hendrik Norkowski | 2023-11-27 |
* | set Cargo feature resolver to v2 (#8917) | Fomalhaut Weisszwerg | 2023-11-27 |
* | update which crate to 5.0.0 (#8902) | Davide Ferrero | 2023-11-25 |
* | Fix precedence of ui.virtual.whitespace (#8879) | chtenb | 2023-11-25 |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | Revert "Fix precedence of ui.virtual.whitespace (#8750)" | Blaž Hrastnik | 2023-11-22 |
* | Fix precedence of ui.virtual.whitespace (#8750) | chtenb | 2023-11-22 |
* | Resolve args.files before changing directory (#8676) | Bjorn Ove Hay Andersen | 2023-11-21 |
* | open urls with goto_file command (#5820) | Matouš Dzivjak | 2023-11-21 |
* | make increment/decrement exit select mode | Ryan Mehri | 2023-11-18 |
* | make switch case commands exit select mode | Ryan Mehri | 2023-11-18 |
* | make align exit select mode | Ryan Mehri | 2023-11-18 |
* | make replace with clipboard commands exit select mode | Ryan Mehri | 2023-11-18 |
* | make paste commands exit select mode | Ryan Mehri | 2023-11-18 |
* | make indent/unindent exit select mode | Ryan Mehri | 2023-11-18 |
* | build(deps): bump libc from 0.2.149 to 0.2.150 (#8741) | dependabot[bot] | 2023-11-09 |
* | Add command to move files with LSP support (#8584) | Yomain | 2023-11-08 |
* | swap yank command registers (#8708) | Skyler Hawthorne | 2023-11-04 |
* | build(deps): bump tempfile from 3.8.0 to 3.8.1 (#8672) | dependabot[bot] | 2023-10-31 |
* | Only render preview if picker has a preview function (#8667) | Ryan Mehri | 2023-10-30 |
* | Add helix-specific ignore files (#8099) | Paul Olteanu | 2023-10-21 |
* | Fixed issue when the first file specified as an argument was a relative direc... | Bjorn Ove Hay Andersen | 2023-10-18 |
* | fix(lsp): ensure we only highlight diagnostics for lsp with the feature enabl... | Yomain | 2023-10-17 |
* | Add support for showing all LSPs in --health (#7315) | Lorenzo Bellina | 2023-10-16 |
* | Add +N CLI argument to jump to first file's line number (#8521) | Bjorn Ove Hay Andersen | 2023-10-12 |
* | build(deps): bump libc from 0.2.148 to 0.2.149 (#8503) | dependabot[bot] | 2023-10-10 |
* | Set the working directory before loading the config (#8498) | Bjorn Ove Hay Andersen | 2023-10-09 |
* | enable starting hx with a working directory (#8223) | Lloyd Bond | 2023-10-03 |
* | markdown: Recognize `<code>` tags with attributes as code (#8397) | Michael Davis | 2023-09-26 |
* | Style Bold/Italic/Strikethrough markdown in docs (#8385) | A-Walrus | 2023-09-25 |
* | build(deps): bump indoc from 2.0.3 to 2.0.4 (#8329) | dependabot[bot] | 2023-09-19 |
* | build(deps): bump libc from 0.2.147 to 0.2.148 (#8327) | dependabot[bot] | 2023-09-19 |
* | correctly center items in picker preview | Pascal Kuthe | 2023-09-14 |
* | fix crash in picker preview for invalid ranges | Pascal Kuthe | 2023-09-14 |
* | Add `insert-final-newline` config option (#8157) | Em Zhan | 2023-09-12 |
* | Add tree-sitter-highlight-name command (#8170) | Luke Halasy | 2023-09-10 |