return {
'kaarmu/typst.vim',
ft = 'typst',
lazy = false,
config = function()
vim.g.typst_pdf_viewer = 'skim'
end,
}