From eedd7ad6083bed2bfa424ad657ec87bf04d5ad67 Mon Sep 17 00:00:00 2001 From: 409 Date: Mon, 23 Sep 2024 22:30:04 +0200 Subject: [PATCH] feat(conform): use `prettierd` for `javascriptreact` / `typescriptreact` --- lua/409/plugins/formatting.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/409/plugins/formatting.lua b/lua/409/plugins/formatting.lua index 092221e..459532a 100644 --- a/lua/409/plugins/formatting.lua +++ b/lua/409/plugins/formatting.lua @@ -8,7 +8,9 @@ return { c = { "clang_format" }, cs = { "csharpier" }, javascript = { "prettierd" }, + javascriptreact = { "prettierd" }, typescript = { "prettierd" }, + typescriptreact = { "prettierd" }, css = { "prettierd" }, svelte = { "prettierd" }, json = { "prettierd" },