|
Consider this example: #set text(
lang: "en",
region: "us",
)
= Many WorldsPlacing the cursor over
(Then I can use my trackpad to scroll the pop-up information.) However, putting the cursor over In my example above, I'm using tinymist, an LSP for Typst. Somewhat Related
|
Replies: 1 comment
|
If you run Helix with i.e. Helix just requests for a file position ( So, Note |

If you run Helix with
-v(e.g.hx -v example.typ), you can see the request/response totinymistin the log (:log-open). Ahoverrequest looks like this:i.e. Helix just requests for a file position (
character/linehere are zero-indexed). The response forlangisnull:So,
tinymisthas nothing to say about that file position.Note
<C-u>/<C-d>orPgUp/P…