diff --git a/init.lua b/init.lua index cf489fca..95f178bc 100644 --- a/init.lua +++ b/init.lua @@ -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 }, }, }, },