mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(format): format injected langs does not wait 300ms (#2737)
This commit is contained in:
parent
ed44b246b4
commit
52ee7ef696
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ return {
|
|||
{
|
||||
"<leader>cF",
|
||||
function()
|
||||
require("conform").format({ formatters = { "injected" } })
|
||||
require("conform").format({ formatters = { "injected" }, timeout_ms = 3000 })
|
||||
end,
|
||||
mode = { "n", "v" },
|
||||
desc = "Format Injected Langs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue