mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(conform): make lsp_fallback
option user configurable (#2616)
This commit is contained in:
parent
2a666ac5f2
commit
afca0b7876
2 changed files with 8 additions and 2 deletions
|
@ -84,6 +84,7 @@ return {
|
|||
timeout_ms = 3000,
|
||||
async = false, -- not recommended to change
|
||||
quiet = false, -- not recommended to change
|
||||
lsp_fallback = true, -- not recommended to change
|
||||
},
|
||||
---@type table<string, conform.FormatterUnit[]>
|
||||
formatters_by_ft = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue