mirror of https://github.com/helix-editor/helix
This simplifies the hover component by eagerly converting all `lsp::Hover` responses into `Markdown`s. Previously we cached the current `Markdown` and created a new `Markdown` when switching the active response. Instead we can consume the `lsp::Hover` and avoid some clones of its inner types. |
||
---|---|---|
.. | ||
hover.rs | ||
signature_help.rs |