chore(typst): add optional = true to conform.nvim

This commit is contained in:
Vo Quang Chien 2024-07-15 14:05:07 +07:00
parent 35e545378a
commit 51a0452c97

View file

@ -31,6 +31,7 @@ return {
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
typst = { "typstyle" },