enable prettier for javascript files

This commit is contained in:
Nick Burt 2026-02-08 22:50:46 -06:00
parent 01669b4939
commit f4cf583044
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ 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 },
}, },
}, },
}, },