aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* Address clippy lints (#9371)Daniel Sedlak2024-01-17
* feat(lsp): implement show document request (#8865)Matouš Dzivjak2024-01-17
* Exit a language server if it sends a message with invalid json (#9332)Ben Dennis2024-01-17
* build(deps): bump smallvec from 1.11.2 to 1.12.0 (#9341)dependabot[bot]2024-01-16
* Select subtree within injections in :tree-sitter-subtree (#9309)Michael Davis2024-01-15
* Fallback to filename for +arg (#9333)jw0132024-01-14
* make sure to sync views when applying edits to unfocused views (#9173)Gabriel Dinner-David2024-01-09
* health - add formatter to display (#7986)Sammo982024-01-09
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* update history of a newly focused view (#9271)Pascal Kuthe2024-01-09
* Check for rename support before showing LSP rename prompt (#9277)Michael Davis2024-01-09
* build(deps): bump libc from 0.2.151 to 0.2.152 (#9282)dependabot[bot]2024-01-09
* Update goto_file docs (#8563) (#9001)jw0132024-01-08
* remove build warnings (#9180)Tshepang Mbambo2024-01-04
* build(deps): bump tempfile from 3.8.1 to 3.9.0 (#9199)dependabot[bot]2024-01-04
* consistent diagnostic sortingPascal Kuthe2023-12-27
* make diagnostics stick to word boundariesPascal Kuthe2023-12-27
* Add config to mark diagnostic sources as persistentPascal Kuthe2023-12-27
* Support drawing popup frame (#4313)ath32023-12-19
* fix `:indent-style` crash (#9087)TornaxO72023-12-15
* Make the indent heuristic configurableDaniel Ebert2023-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)TornaxO72023-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 Hawthorne2023-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 Norkowski2023-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 Norkowski2023-11-27
* set Cargo feature resolver to v2 (#8917)Fomalhaut Weisszwerg2023-11-27
* update which crate to 5.0.0 (#8902)Davide Ferrero2023-11-25
* Fix precedence of ui.virtual.whitespace (#8879)chtenb2023-11-25
* bump MSRV to 1.70.0 (#8877)Cole Helbling2023-11-25
* Revert "Fix precedence of ui.virtual.whitespace (#8750)"Blaž Hrastnik2023-11-22
* Fix precedence of ui.virtual.whitespace (#8750)chtenb2023-11-22
* Resolve args.files before changing directory (#8676)Bjorn Ove Hay Andersen2023-11-21
* open urls with goto_file command (#5820)Matouš Dzivjak2023-11-21
* make increment/decrement exit select modeRyan Mehri2023-11-18
* make switch case commands exit select modeRyan Mehri2023-11-18
* make align exit select modeRyan Mehri2023-11-18
* make replace with clipboard commands exit select modeRyan Mehri2023-11-18
* make paste commands exit select modeRyan Mehri2023-11-18
* make indent/unindent exit select modeRyan Mehri2023-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)Yomain2023-11-08
* swap yank command registers (#8708)Skyler Hawthorne2023-11-04