From 3bab8a1e5d255ef03d5be08cca7e63cbc6e8a9ac Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Fri, 9 May 2025 13:32:00 +0300 Subject: feat: add `prettierd` for HTML files --- flake.nix | 1 + lua/config/plugins/formatting.lua | 2 ++ 2 files changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index e3ef2d8..9f096a8 100644 --- a/flake.nix +++ b/flake.nix @@ -159,6 +159,7 @@ typescript = [ angular-language-server biome + prettierd typescript-language-server ]; diff --git a/lua/config/plugins/formatting.lua b/lua/config/plugins/formatting.lua index 6efe5d2..98bbe06 100644 --- a/lua/config/plugins/formatting.lua +++ b/lua/config/plugins/formatting.lua @@ -11,6 +11,8 @@ return { nix = { "nixfmt" }, rust = { "rustfmt", lsp_format = "fallback" }, + html = { "prettierd" }, + htmlangular = { "prettierd" }, json = { "biome" }, jsonc = { "biome" }, javascript = { "biome" }, -- cgit v1.2.3-70-g09d2