From f1612989ae07ff083c208b3d84a6b84654f4c82a Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sun, 1 Dec 2024 15:56:35 -0600 Subject: [PATCH] add support for svelte files --- lua/plugins/conform_formatter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/conform_formatter.lua b/lua/plugins/conform_formatter.lua index f64af40..ec44bb0 100644 --- a/lua/plugins/conform_formatter.lua +++ b/lua/plugins/conform_formatter.lua @@ -67,6 +67,7 @@ return { typescriptreact = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }), javascript = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }), javascriptreact = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }), + svelte = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }), -- TODO revisit these I'd like to use them but they are not in nixpkgs yet -- https://nixos.org/guides/nix-pills/