This commit is contained in:
Andrew 2025-04-14 08:09:43 -07:00
parent 20044c837d
commit f70c9b31be
1 changed files with 3 additions and 1 deletions

View File

@ -687,7 +687,9 @@ require('lazy').setup({
-- python = { "isort", "black" }, -- python = { "isort", "black" },
-- --
-- You can use 'stop_after_first' to run the first available formatter from the list -- You can use 'stop_after_first' to run the first available formatter from the list
-- javascript = { "prettierd", "prettier", stop_after_first = true }, javascript = { 'prettierd', 'prettier', stop_after_first = true },
typescriptreact = { 'prettierd', 'prettier', stop_after_first = true },
javascriptreact = { 'prettierd', 'prettier', stop_after_first = true },
}, },
}, },
}, },