chomosuke / typst-preview.nvim

Low latency typst preview for Neovim
GNU General Public License v3.0
254 stars 16 forks source link

Stuck on an old Typst-version #30

Closed asmund20 closed 5 months ago

asmund20 commented 5 months ago

The newest features of Typst, such as table.cell breaks my preview. As far as I can tell from reading the merged PRs, typst 0.11.0 should work, which is where this element was added. Both my Mason and Packer are up to date (called PackerSync and updated in Mason). My nvim config is here: nvim-config Any help or clarifications would be much appreciated!

chomosuke commented 5 months ago

I can see in your config, you're specifying version 0.1.*. You would need to change that to 0.2.*. I noticed how I never updated that in README so I'll be doing that soon. Thanks for pointing this out.