From 80c3312d9a923b12aa7443b0dc79c096096b3477 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sun, 5 Jan 2025 09:57:41 +0200 Subject: [PATCH] feat(lsp): tailwindcss on htmldjango filetype --- config/plugins/lsp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index 3dcfc10..c08e7e2 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -21,7 +21,7 @@ taplo.enable = true; tailwindcss = { enable = true; - filetypes = ["html" "markdown" "rust" "templ"]; + filetypes = ["htmldjango" "html" "markdown" "rust" "templ"]; }; templ.enable = true; yamlls.enable = true; -- 2.44.1