fix: format injected langs does not wait 300ms

This commit is contained in:
Aman9das 2024-03-15 16:05:00 +05:30 committed by GitHub
parent 0107a1079b
commit b4ddfae29a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",