1 2 3 4 5 6 7 8 9 10
return { { 'chomosuke/typst-preview.nvim', ft = 'typst', version = '1.*', config = function() require 'typst-preview'.setup {} end, } }