From b9acc5db526128cf6d77f70fcc22c308f2ec9df2 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 2 Feb 2026 17:11:50 +0100 Subject: [PATCH] chore: increase conform timeout to 500ms --- lua/custom/plugins/conform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/conform.lua b/lua/custom/plugins/conform.lua index b4f32a1..9057bf6 100644 --- a/lua/custom/plugins/conform.lua +++ b/lua/custom/plugins/conform.lua @@ -43,7 +43,7 @@ return { format_on_save = { lsp_fallback = false, async = false, - timeout_ms = 250, + timeout_ms = 500, }, })