| Commit message (Expand) | Author | Age |
* | follow neovim's truecolor detection (#9577) | Kirawi | 2024-02-11 |
* | Add glob file type support (#8006) | Galen Abell | 2024-02-11 |
* | Fix scroll track (#9508) | ath3 | 2024-02-09 |
* | Fix pulldown_cmark breaking changes to tag types | Michael Davis | 2024-02-07 |
* | fix division by zero when prompt completion area is too small (#9524) | Diego | 2024-02-06 |
* | Use range positions to determine insert_newline motion (#9448) | Waleed Dahshan | 2024-01-29 |
* | make path changes LSP spec conform (#8949) | Pascal Kuthe | 2024-01-28 |
* | Respect injections in :tree-sitter-highlight-name | Michael Davis | 2024-01-28 |
* | Fix error message shown for goto references (#9382) | Nick | 2024-01-25 |
* | Re-export `which` from `helix-stdx::env` | Michael Davis | 2024-01-24 |
* | refactor completion and signature help using hooks | Pascal Kuthe | 2024-01-23 |
* | Add hook/event system | Pascal Kuthe | 2024-01-23 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | Address clippy lints (#9371) | Daniel Sedlak | 2024-01-17 |
* | feat(lsp): implement show document request (#8865) | Matouš Dzivjak | 2024-01-17 |
* | Exit a language server if it sends a message with invalid json (#9332) | Ben Dennis | 2024-01-17 |
* | Select subtree within injections in :tree-sitter-subtree (#9309) | Michael Davis | 2024-01-15 |
* | Fallback to filename for +arg (#9333) | jw013 | 2024-01-14 |
* | make sure to sync views when applying edits to unfocused views (#9173) | Gabriel Dinner-David | 2024-01-09 |
* | health - add formatter to display (#7986) | Sammo98 | 2024-01-09 |
* | Initialize diagnostics when opening a document (#8873) | Philipp Mildenberger | 2024-01-09 |
* | update history of a newly focused view (#9271) | Pascal Kuthe | 2024-01-09 |
* | Check for rename support before showing LSP rename prompt (#9277) | Michael Davis | 2024-01-09 |
* | Update goto_file docs (#8563) (#9001) | jw013 | 2024-01-08 |
* | remove build warnings (#9180) | Tshepang Mbambo | 2024-01-04 |
* | consistent diagnostic sorting | Pascal Kuthe | 2023-12-27 |
* | make diagnostics stick to word boundaries | Pascal Kuthe | 2023-12-27 |
* | 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 |
* | Join empty lines with only one space in `join_selections` (#8989) | TornaxO7 | 2023-12-06 |
* | fix(ui): use crossterm cursor when at the end of the rope (#8934) | Hendrik Norkowski | 2023-11-28 |
* | use crossterm cursor in editor when out of focus (#6858) | Hendrik Norkowski | 2023-11-27 |
* | 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 |
* | Add command to move files with LSP support (#8584) | Yomain | 2023-11-08 |
* | swap yank command registers (#8708) | Skyler Hawthorne | 2023-11-04 |
* | 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 |