Enable formatter for js/ts

This commit is contained in:
Albert Yu 2024-10-05 17:52:22 -04:00
parent faf8fb166c
commit ffac2052bd
1 changed files with 2 additions and 1 deletions

View File

@ -703,7 +703,8 @@ 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 = { 'prettier', 'prettierd', stop_after_first = true },
typescript = { 'prettier', 'prettierd', stop_after_first = true },
}, },
}, },
}, },