Tinymist vs typst.vim vs typst-preview.nvim?

Tinymist bundles several features, including a Typst LSP and preview functionality.

  • nvim-lspconfig will connect to the LSP, and should enable features such as syntax highlighting. I’m not sure about
  • chomosuke/typst-preview.nvim uses the preview functionality only. Currently, it spawns a separate tinymist process and cannot connect to an already-running LSP (in contrast to the VSCode extensions, which uses the same tinymist process for both).

that is, both provide distinct and independent functionality. I don’t know about kaarmu/typst.vim.

1 Like