mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-07 11:24:39 +02:00
revert(typst): restore conform configuration
Co-authored-by: Stefan Boca <45266795+stefanboca@users.noreply.github.com>
This commit is contained in:
parent
837ed57745
commit
1ea189f9bb
1 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,16 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"stevearc/conform.nvim",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
formatters_by_ft = {
|
||||||
|
typst = { "typstyle", lsp_format = "prefer" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"chomosuke/typst-preview.nvim",
|
"chomosuke/typst-preview.nvim",
|
||||||
cmd = { "TypstPreview", "TypstPreviewToggle", "TypstPreviewUpdate" },
|
cmd = { "TypstPreview", "TypstPreviewToggle", "TypstPreviewUpdate" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue