Enable prettier autoformatter

This commit is contained in:
Michal 2025-03-31 17:49:38 +02:00
parent 3d8bc6989f
commit 98ceb27769
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ require('lazy').setup({
-- 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 = { 'prettierd', 'prettier', stop_after_first = true },
},
},
},