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