| Commit message (Expand) | Author | Age |
* | LSP: Key diagnostics off file path instead of URI | Michael Davis | 2024-02-25 |
* | Optimization of tilde expansion (#9709) | Mo | 2024-02-24 |
* | 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 |
* | refactor completion and signature help using hooks | 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 |
* | Select subtree within injections in :tree-sitter-subtree (#9309) | Michael Davis | 2024-01-15 |
* | make sure to sync views when applying edits to unfocused views (#9173) | Gabriel Dinner-David | 2024-01-09 |
* | Initialize diagnostics when opening a document (#8873) | Philipp Mildenberger | 2024-01-09 |
* | Check for rename support before showing LSP rename prompt (#9277) | Michael Davis | 2024-01-09 |
* | Support drawing popup frame (#4313) | ath3 | 2023-12-19 |
* | fix `:indent-style` crash (#9087) | TornaxO7 | 2023-12-15 |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | Add command to move files with LSP support (#8584) | Yomain | 2023-11-08 |
* | swap yank command registers (#8708) | Skyler Hawthorne | 2023-11-04 |
* | Add `insert-final-newline` config option (#8157) | Em Zhan | 2023-09-12 |
* | Add tree-sitter-highlight-name command (#8170) | Luke Halasy | 2023-09-10 |
* | add redraw command (#6949) | Weiyuan Wu | 2023-09-08 |
* | Maintain the current cursor's position and view in the vsplit/hsplit commands... | Lorenzo Bellina | 2023-09-04 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | Remove path completions for `:new` command (#8010) | nkitsaini | 2023-08-20 |
* | Include completions for git-ignored files in debugger prompt (#7936) | quantonganh | 2023-08-14 |
* | Fix broken indentation that causes the indentation tests to fail. | Daniel Ebert | 2023-08-11 |
* | Enhance :toggle to support cycling numbers (#7877) | Alex Vinyals | 2023-08-09 |
* | Align view for background buffer opened with `alt-ret` (#7691) | woojiq | 2023-08-08 |
* | Show whether file readonly in statusline (#7740) | Connortsui20 | 2023-08-08 |
* | Reimplement clipboard commands in terms of special regs | Michael Davis | 2023-07-31 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |
* | Reformat with nightly rustfmt for better let-else formatting (#7721) | Philipp Mildenberger | 2023-07-27 |
* | Add support for LSP DidChangeWatchedFiles (#7665) | Ryan Fowler | 2023-07-21 |
* | feat: resolve code action (#7677) | sigmaSd | 2023-07-21 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | Implement the wa! command (#7577) | Ryan Fowler | 2023-07-09 |
* | Completely remove old Picker and rename FilePicker to Picker | Gokul Soumya | 2023-06-18 |
* | Make file preview callback optional | Michael Davis | 2023-06-18 |
* | Add yank_joined command (#7195) | spectre256 | 2023-06-16 |
* | Add rl and rla aliasses for reload and reload-all commands (#7158) | Zisulin Morbrot | 2023-06-13 |
* | Bail if no language servers support workspace symbols (#7286) | Michael Davis | 2023-06-08 |
* | commands(toggle): use pattern matching on the Value enum (#7240) | Alex Vinyals | 2023-06-07 |
* | feat(commands): allows cycling option values at runtime (#4411) | Alex Vinyals | 2023-06-05 |
* | Fix off-by-one in select symbol references (#7132) | Matthew Toohey | 2023-05-25 |
* | Some minor clarity/cosmetic improvements | Philipp Mildenberger | 2023-05-18 |
* | Add function `Editor::language_server_by_id` and refactor/simplify related co... | Philipp Mildenberger | 2023-05-18 |
* | Fix lsp_restart across multiple different document scopes (language servers w... | Philipp Mildenberger | 2023-05-18 |
* | Remove offset_encoding in CodeActionOrCommandItem, as it can be retrieved on ... | Philipp Mildenberger | 2023-05-18 |
* | Filter language servers also by capabilities in `doc.language_servers_with_fe... | Philipp Mildenberger | 2023-05-18 |
* | Filter out already seen language servers in requests that can be sent to mult... | Philipp Mildenberger | 2023-05-18 |