fix format

This commit is contained in:
Thomas Ruoff
2026-01-08 17:12:16 +01:00
parent 2ed005a880
commit ad8482ad5c

View File

@@ -14,7 +14,7 @@ return {
opts = { opts = {
log_level = vim.log.levels.DEBUG, log_level = vim.log.levels.DEBUG,
notify_on_error = true, notify_on_error = true,
format_on_save = { format_after_save = {
timeout_ms = 500, timeout_ms = 500,
lsp_format = 'fallback', lsp_format = 'fallback',
async = true, async = true,
@@ -32,7 +32,8 @@ return {
javascriptreact = { 'eslint_d' }, javascriptreact = { 'eslint_d' },
typescript = { 'eslint_d' }, typescript = { 'eslint_d' },
typescriptreact = { 'eslint_d' }, typescriptreact = { 'eslint_d' },
['*'] = { 'codespell', 'trim_whitespace' }, -- ['*'] = { 'codespell' },
['_'] = { 'trim_whitespace' },
}, },
}, },
} }