summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugins/typst.lua
blob: c04ea7096d585b8c0ef7d2c53a624ea5627ca804 (plain)
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,
    }
}