diff --git a/init.lua b/init.lua index 77a7b4d9..9e63435a 100644 --- a/init.lua +++ b/init.lua @@ -693,7 +693,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 }, }, }, },