fix(conform): lsp_format breaking changes

This commit is contained in:
Iordanis Petkakis 2024-06-17 19:50:32 +03:00
parent 9177c3ad5e
commit 49d33745c2

View file

@ -66,7 +66,7 @@ return {
timeout_ms = 3000, timeout_ms = 3000,
async = false, -- not recommended to change async = false, -- not recommended to change
quiet = false, -- not recommended to change quiet = false, -- not recommended to change
lsp_fallback = true, -- not recommended to change lsp_format = "fallback", -- not recommended to change
}, },
---@type table<string, conform.FormatterUnit[]> ---@type table<string, conform.FormatterUnit[]>
formatters_by_ft = { formatters_by_ft = {