| Commit message (Expand) | Author | Age |
* | Fixed issue when the first file specified as an argument was a relative direc... | Bjorn Ove Hay Andersen | 2023-10-18 |
* | 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 |
* | add redraw command (#6949) | Weiyuan Wu | 2023-09-08 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | Handle switch from crossterm::Result to io::Result | Michael Davis | 2023-08-22 |
* | create separate timer for redraw requests (#8023) | Pascal Kuthe | 2023-08-21 |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
* | Add support for LSP DidChangeWatchedFiles (#7665) | Ryan Fowler | 2023-07-21 |
* | Fix piping to Helix on macOS (#5468) | Jonathan | 2023-07-13 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | use redraw handle for debouncing LSP messages (#7538) | Pascal Kuthe | 2023-07-07 |
* | LSP: Use negotiated position encoding for workspace edits (#7469) | Michael Davis | 2023-06-29 |
* | LSP: Discard publishDiagnostic from uninitialized servers (#7467) | Michael Davis | 2023-06-28 |
* | Exit gracefully on termination signals (#7236) | Michael Davis | 2023-06-05 |
* | Update diagnostics correctly on LSP exit (#7111) | Poliorcetics | 2023-05-23 |
* | Add function `Editor::language_server_by_id` and refactor/simplify related co... | Philipp Mildenberger | 2023-05-18 |
* | Add method doc.supports_language_server for better readability | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Fix sorting issues of the editor wide diagnostics and apply diagnostics relat... | Philipp Mildenberger | 2023-05-18 |
* | Fix issue with ltex-ls, filtering params is not what we want here | Philipp Mildenberger | 2023-05-18 |
* | Fix 'WorkspaceConfiguration' request with empty configuration section strings | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | tui: Allow toggling mouse capture at runtime (#6675) | Michael Davis | 2023-04-21 |
* | Fix crash on opening from suspend state (#6764) | shem | 2023-04-16 |
* | LSP: Gracefully handle 'workspace/configuration' from a stopped server (#6693) | Konstantin Keller | 2023-04-10 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | Correctly reload theme on :config-reload | Pascal Kuthe | 2023-03-31 |
* | implement proper lsp-workspace support | Pascal Kuthe | 2023-03-29 |
* | discard outdated workspace edits recived from the LS | Pascal Kuthe | 2023-03-16 |
* | discard outdated diagnostics recived by the LS | Pascal Kuthe | 2023-03-16 |
* | Add undercurl config option #6196 (#6253) | Jonatan Pettersson | 2023-03-14 |
* | helix-term: send the STOP signal to all processes in the process group (#3546) | Cole Helbling | 2023-03-13 |
* | LSP: No-op client/registerCapability requests (#6258) | Michael Davis | 2023-03-13 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | LSP: Send replies for malformed and unhandled RPC requests (#6058) | Michael Davis | 2023-03-08 |
* | Move terminal claim/restore code to helix-tui | Michael Davis | 2023-03-08 |
* | fix: Handle signals before crossterm events (#6170) | Alexander Brevig | 2023-03-05 |
* | Ignore key-release keyboard events (#6139) | Michael Davis | 2023-03-01 |
* | Enable the enhanced keyboard protocol if supported | Michael Davis | 2023-02-28 |
* | Ignore invalid file URIs from LSP (#6000) | Jonathan LEI | 2023-02-16 |
* | enable rendering in integration tests (#5819) | Skyler Hawthorne | 2023-02-04 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Store new config on application in :config-reload (#5431) | Lorenzo Albano | 2023-01-08 |
* | Fix language config reload logic (#5381) | Ethan Kiang | 2023-01-03 |
* | Reload language config with `:config-reload` (#5239) | willful759 | 2022-12-29 |
* | Avoid trailing `s` in message when only 1 file is opened (#5189) | Nick | 2022-12-23 |
* | feat(lsp): add support for lsp Diagnostic{}.data (#4935) | sigmaSd | 2022-12-02 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |