use prettier as formatting

This commit is contained in:
Stian Tøsse 2025-11-24 09:00:39 +01:00
parent c488ac96a9
commit 3f5a91e792
1 changed files with 4 additions and 5 deletions

View File

@ -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' },
},
},
},