mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-05 02:24:34 +02:00
chore(typst): add optional = true
to conform.nvim
This commit is contained in:
parent
35e545378a
commit
51a0452c97
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ return {
|
||||||
|
|
||||||
{
|
{
|
||||||
"stevearc/conform.nvim",
|
"stevearc/conform.nvim",
|
||||||
|
optional = true,
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
typst = { "typstyle" },
|
typst = { "typstyle" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue