tinymist-clientfeatures.nvim is a neovim plugin for tinymist to use non-standard LSP commands and notifications.
The functionality is almost the same as typst-preview.nvim, but using the same tinymist instance thus with less memory footprint. It also provides compile status and word counting notification receiver and outline navigator.
#tinymist client plugin for Neovim: preview via LSP
3 messages · Page 1 of 1 (latest)
nice. There is an open PR to typst-preview that does something similar with its preview.
So I'm curious, in your plugin, how does the preview react to :e in neovim? (on an open document) This resets some things in the LSP
I was not aware of that issue. As far as I tested now, preview seems fine after :e but word count is no longer updated (compile status (success/failure) is still fine though).