aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a5b5797..c353624 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,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" },
diff --git a/doc/conform.txt b/doc/conform.txt
index 1482ea2..032c9d0 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -17,7 +17,7 @@ OPTIONS *conform-option
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" },