mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 14:50:02 +02:00
Fixes messed ansi escapes in hover text (manpage): <img width="392" alt="image" src="https://github.com/user-attachments/assets/37c16520-d499-4079-93d9-0eccd1cfa8de" /> # Description That bug is introduced in #15115. Also refactored the hover related code to a separate file, just like other features. # User-Facing Changes # Tests + Formatting # After Submitting
Implementation of the Nushell language server.
See the Language Server Protocol specification
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.