revert(typst): restore conform configuration

Co-authored-by: Stefan Boca <45266795+stefanboca@users.noreply.github.com>
This commit is contained in:
Võ Quang Chiến 2024-11-02 16:07:47 +07:00 committed by GitHub
parent 837ed57745
commit 1ea189f9bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,16 @@ return {
},
},
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
typst = { "typstyle", lsp_format = "prefer" },
},
},
},
{
"chomosuke/typst-preview.nvim",
cmd = { "TypstPreview", "TypstPreviewToggle", "TypstPreviewUpdate" },