typst-preview.nvim
typst-preview.nvim copied to clipboard
[DISCUSION] some feature/issue disscussion
Background
-
Enter-tainer/typst-previewhave been archived and consolidated into tinymist - Some flags be deprecated/removed, e.g.
--static-file-hostis deprecated
I already read...
- https://github.com/chomosuke/typst-preview.nvim/pull/34
-
README.md - https://enter-tainer.github.io/typst-preview/standalone.html
- https://myriad-dreamin.github.io/tinymist/feature/preview.html#loc-1x20.00x864.63
- https://github.com/Enter-tainer/typst-preview/pull/148
I would like to
- Support static
host:portspec, includeAddress already in useerorr display - Add optional
neoconfper project configuration, to confighost:port(address) - Re-annotation
configtype with LuaCATS (lua_ls style) comment annotation - Clarify spawn preveiw args, e.g. remove depreacated flags
- Remind user when compile fails and websocket disconnects (like vscode status bar)
I am willing to contribution PR, here want to discuss specific requirements
Hi, thank you for wanting to contribute to this plugin.
I'm happy with all changes you're proposing. Note that:
-
Address already in usewill need to respond correctly to the situation where the port is already used by another unrelated to neovim application. This must be done by inspection the output of tinymist.
Happy to hear about any of your plans before you go ahead and implement them.