From 4c78aebd589fb7972350897fb65e38187db327ed Mon Sep 17 00:00:00 2001 From: jinzhongjia Date: Mon, 4 Sep 2023 15:28:15 +0800 Subject: doc: fix prettierd formatter name in README (#24) * fix readme error and add a tip * fix doc `prettier_d` --- scripts/options_doc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/options_doc.lua b/scripts/options_doc.lua index 82447fb..8b1f0d9 100644 --- a/scripts/options_doc.lua +++ b/scripts/options_doc.lua @@ -3,7 +3,7 @@ require("conform").setup({ formatters_by_ft = { lua = { "stylua" }, -- Conform will use the first available formatter in the list - javascript = { "prettier_d", "prettier" }, + javascript = { "prettierd", "prettier" }, -- Formatters can also be specified with additional options python = { formatters = { "isort", "black" }, -- cgit v1.2.3-70-g09d2