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' },