first or fallback? I'm not sure

This commit is contained in:
Thomas Ruoff
2025-10-15 15:19:31 +02:00
parent 00197a4c8a
commit 24638a0fd1

View File

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