diff --git a/config/modules/plugins/conform-nvim.nix b/config/modules/plugins/conform-nvim.nix index 346f8a2..3ec165d 100644 --- a/config/modules/plugins/conform-nvim.nix +++ b/config/modules/plugins/conform-nvim.nix @@ -124,14 +124,15 @@ return end - if slow_format_filetypes[vim.bo[bufnr].filetype] then - return - end + -- if slow_format_filetypes[vim.bo[bufnr].filetype] then + -- return + -- end local function on_format(err) - if err and err:match("timeout$") then - slow_format_filetypes[vim.bo[bufnr].filetype] = true - end + return + -- if err and err:match("timeout$") then + -- slow_format_filetypes[vim.bo[bufnr].filetype] = true + -- end end return { timeout_ms = 200, lsp_fallback = true }, on_format