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

View File

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