Replace conform's formatters_by_ft
with just formatters
This commit is contained in:
parent
b83b2b061c
commit
9fc61fb23a
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue