From 24638a0fd1b5c0077a8aad8c5412f432f269b420 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 15 Oct 2025 15:19:31 +0200 Subject: [PATCH] first or fallback? I'm not sure --- lua/plugins/format.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/format.lua b/lua/plugins/format.lua index 57e0eaf..d1de7ad 100644 --- a/lua/plugins/format.lua +++ b/lua/plugins/format.lua @@ -16,7 +16,7 @@ return { notify_on_error = true, format_on_save = { timeout_ms = 500, - lsp_format = 'first', + lsp_format = 'fallback', }, formatters_by_ft = { lua = { 'stylua' },