diff --git a/init.lua b/init.lua index f588c845..b819f724 100644 --- a/init.lua +++ b/init.lua @@ -581,11 +581,10 @@ require('lazy').setup({ end, formatters_by_ft = { lua = { 'stylua' }, - -- Conform can also run multiple formatters sequentially - -- python = { "isort", "black" }, - -- - -- You can use 'stop_after_first' to run the first available formatter from the list - -- javascript = { "prettierd", "prettier", stop_after_first = true }, + javascript = { 'prettier' }, + typescript = { 'prettier' }, + tsx = { 'prettier' }, + typescriptreact = { 'prettier' }, }, }, },