aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
...
* Fix crash on opening jumplist (#6672)EsfoNL2023-04-11
* build(deps): bump libc from 0.2.140 to 0.2.141 (#6700)dependabot[bot]2023-04-11
* LSP: Gracefully handle 'workspace/configuration' from a stopped server (#6693)Konstantin Keller2023-04-10
* Fix typos (#6643)Daniel Sedlak2023-04-07
* Fix line number display for LSP goto pickers (#6559)Dmitry Ulyanov2023-04-03
* Let..else refactor (#6562)Casper Rogild Storm2023-04-03
* robustly handle invalid LSP ranges (#6512)Pascal Kuthe2023-04-03
* add option to enable/disable lsp snippetsPascal Kuthe2023-03-31
* Hide signature help if it overlays completion menu (#5523)Pascal Kuthe2023-03-31
* Correctly reload theme on :config-reloadPascal Kuthe2023-03-31
* Truncate paths in the file picker (#6410)mWalrus2023-03-31
* Canonicalize paths before stripping current dir as prefix (#6290)jazzfool2023-03-30
* implement proper lsp-workspace supportPascal Kuthe2023-03-29
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
* Fix clippy lints (#6454)Philipp Mildenberger2023-03-27
* do not ignore mouse scrolling when on top of virtual textPascal Kuthe2023-03-27
* make scrolloff calculation consistentPascal Kuthe2023-03-27
* allow scrolling past virtual text linePascal Kuthe2023-03-27
* remove incorrect assertPascal Kuthe2023-03-27
* Show diagnostic codes for LSP diagnostics (#6378)Francesc Elies2023-03-21
* Run shell commands asynchronously (#6373)sarah2023-03-21
* migrate test_with_config to use AppBuilderSkyler Hawthorne2023-03-20
* fix test::plainSkyler Hawthorne2023-03-20
* Allow explicit newlines in test DSLSkyler Hawthorne2023-03-20
* refactor test editor configSkyler Hawthorne2023-03-20
* print doc state during testsSkyler Hawthorne2023-03-20
* make TestCase::From more genericSkyler Hawthorne2023-03-20
* factor write command tests to own moduleSkyler Hawthorne2023-03-20
* Fix highlighting in picker with multiple columns (#6333)exp802023-03-18
* discard outdated workspace edits recived from the LSPascal Kuthe2023-03-16
* discard outdated diagnostics recived by the LSPascal Kuthe2023-03-16
* Prevent whitespace from rendering inside inlay hints (#6312)Thomas Schollenberger2023-03-16
* fix compilationBlaž Hrastnik2023-03-14
* Only complete appropriate arguments for typed commands. (#5966)Kyle Smith2023-03-14
* Add undercurl config option #6196 (#6253)Jonatan Pettersson2023-03-14
* build(deps): bump indoc from 2.0.0 to 2.0.1 (#6302)dependabot[bot]2023-03-14
* build(deps): bump libc from 0.2.139 to 0.2.140 (#6304)dependabot[bot]2023-03-14
* LSP: Separate diagnostic picker message and code (#6095)Francesc Elies2023-03-13
* Check language server symbol renaming support before prompting (#6257)misiasty32023-03-13
* helix-term: send the STOP signal to all processes in the process group (#3546)Cole Helbling2023-03-13
* LSP: No-op client/registerCapability requests (#6258)Michael Davis2023-03-13
* indent snippets to line indent instead of completion start (#6263)Pascal Kuthe2023-03-11
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* Add a version-control statusline element (#5682)Dimitar Gyurov2023-03-10
* treat replace/insertmode consistently, default to insertPascal Kuthe2023-03-10
* fix snippet bugs and multicursor completion edgecasesPascal Kuthe2023-03-10
* allow LSP insert text to replace non-matching prefixes (#5469)Taylor C. Richberger2023-03-10
* Generalised to multiple runtime directories with priorities (#5411)paul-scott2023-03-09
* Fix `shrink_selection` with multiple cursors. (#6093)gibbz002023-03-09