mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(conform): lsp_format
breaking changes (#3707)
## What is this PR for?
`conform.nvim` had breaking changes, that renamed `lsp_fallback` to
`lsp_format` as can be seen
[here](9228b2ff4e
)
## Does this PR fix an existing issue?
Fixes #3706
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
This commit is contained in:
parent
9177c3ad5e
commit
a69e626d7a
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue