Plume

Results 15 comments of Plume

I see, thanks for the reply! I'll try that one day!

I use macOS! (iTerm2 and fish shell) I just tried to compile and run your program from source, and I can see some flickering too. Also, the colour doesn't look...

Is this specifically a problem of `typst-lsp` the *server*, or a *client*? I wonder if you are referring to [this](https://github.com/neovim/nvim-lspconfig/blob/cc388d3f6b9c7c943ae2b2dcd46ad470fd257f91/lua/lspconfig/server_configurations/typst_lsp.lua#L8) when you said "it might not be a big problem...

I discovered a similar issue: ```typst text[ J'ai fait un snippet neovim qui crée des banners ! ``` ////////////////////// // This is a banner // ////////////////////// ```] ``` This is...

Update: I found [this](https://gist.github.com/LightAndLight/36926a4e3a7133910d9aa199da50c4fd) gist, which shows that one can hack the `VisualStream` to make `MyToken` not show the embedded line information, and hack the `TraversableStream` to make line number...