fix(format): format injected langs does not wait 300ms (#2737)

This commit is contained in:
Aman9das 2024-03-20 02:59:56 +05:30 committed by GitHub
parent ed44b246b4
commit 52ee7ef696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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