Replace conform's `formatters_by_ft` with just `formatters`

This commit is contained in:
Xander Johnson 2024-03-04 19:35:18 -08:00 committed by GitHub
parent b83b2b061c
commit 9fc61fb23a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ require('lazy').setup {
timeout_ms = 500, timeout_ms = 500,
lsp_fallback = true, lsp_fallback = true,
}, },
formatters_by_ft = { formatters = {
lua = { 'stylua' }, lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" }, -- python = { "isort", "black" },