aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* Filter language servers also by capabilities in `doc.language_servers_with_fe...Philipp Mildenberger2023-05-18
* Filter out already seen language servers in requests that can be sent to mult...Philipp Mildenberger2023-05-18
* Use let else instead of variable and fix some error messagesPhilipp Mildenberger2023-05-18
* Remove offset_encoding in CompletionItemPhilipp Mildenberger2023-05-18
* Refactor doc language servers to a HashMap, and the config to use a Vec to re...Philipp Mildenberger2023-05-18
* Remove symbol picker is_empty checkPhilipp Mildenberger2023-05-18
* Simplify 'lsp_stop' commandPhilipp Mildenberger2023-05-18
* Fix docgen and lsp-stop documentationPhilipp Mildenberger2023-05-18
* Remove boilerplate in the goto methods by generically composing functionsPhilipp Mildenberger2023-05-18
* Add method doc.supports_language_server for better readabilityPhilipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Use DoubleEndedIterator instead of collect to Vec for reversingPhilipp Mildenberger2023-05-18
* Fix error messages when no language server is availablePhilipp Mildenberger2023-05-18
* Fix sorting issues of the editor wide diagnostics and apply diagnostics relat...Philipp Mildenberger2023-05-18
* Remove unnecessary completion support check (likely an artifact)Philipp Mildenberger2023-05-18
* Fix issue with ltex-ls, filtering params is not what we want herePhilipp Mildenberger2023-05-18
* Fix hardcoded offset_encodingPhilipp Mildenberger2023-05-18
* Fix some lints/docgen hintsPhilipp Mildenberger2023-05-18
* Fix 'WorkspaceConfiguration' request with empty configuration section stringsPhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* Fix completion on paths containing spaces (#6779)Ivan Gulakov2023-05-18
* automatically disable TS when parsing takes longer than 500msPascal Kuthe2023-05-18
* async picker syntax highlightingPascal Kuthe2023-05-18
* cleanup integration testsPascal Kuthe2023-05-18
* don't move cursor while forward deleting in append modePascal Kuthe2023-05-18
* cleanup delete_by_selection_insert_mode functionPascal Kuthe2023-05-18
* fix panic when deleting overlapping rangesPascal Kuthe2023-05-18
* clarify comments about completion savepointsPascal Kuthe2023-05-18
* only resolve completion items oncePascal Kuthe2023-05-18
* ensure correct trigger/start completion offsetPascal Kuthe2023-05-18
* resolve completions before applying transactionsPascal Kuthe2023-05-18
* correctly handle completion rerequestPascal Kuthe2023-05-18
* Replace DAP vars popup, instead of adding new (#7034)A-Walrus2023-05-13
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* Add wbc and wbc! commands (#6947)Kitsu2023-05-09
* build(deps): bump libc from 0.2.142 to 0.2.144 (#7000)dependabot[bot]2023-05-09
* Conserve BOM and properly support UTF16 (#6497)Alexis-Lapierre2023-04-30
* Sort the buffer picker by most recent access (#2980)Evgeniy Tatarkin2023-04-28
* inject language based on file extension & shebang (#3970)Timothy DeHerrera2023-04-28
* feat(commands): add clear-register typable command (#5695)jorge2023-04-27
* feat: add a config option to exclude declaration from LSP references (#6886)Vitalii Solodilov2023-04-27
* fix panic in inlay hint computation when view anchor is out of bounds (#6883)Pascal Kuthe2023-04-27
* Add extend_to_first_nonwhitespace (#6837)Dimitri Sabadie2023-04-25
* build(deps): bump libc from 0.2.141 to 0.2.142 (#6872)dependabot[bot]2023-04-25
* make `:u` alias `:update` (#6835)Atticus Sebastiani2023-04-23
* tui: Allow toggling mouse capture at runtime (#6675)Michael Davis2023-04-21
* flip symbol range in LSP goto commands (#6794)Pascal Kuthe2023-04-21
* Fix crash on opening from suspend state (#6764)shem2023-04-16
* make :toggle-option print the new value (#6774)Aleksey Kuznetsov2023-04-16
* Fix #6669: Theme preview doesn't return theme to normal (#6694)shem2023-04-12