update key

This commit is contained in:
xfy
2024-09-10 09:27:46 +08:00
parent 961813f796
commit 1cb0046beb

View File

@ -126,7 +126,7 @@ return {
vim.keymap.set({ "n", "v" }, "<leader>fm", function()
conform.format({
lsp_fallback = true,
async = false,
-- async = false,
timeout_ms = 1000,
})
end, { desc = "Format file or range (in visual mode)" })