feat(lsp): tailwindcss on htmldjango filetype
1 files changed, 1 insertions(+), 1 deletions(-) M config/plugins/lsp.nix
M config/plugins/lsp.nix => config/plugins/lsp.nix +1 -1
@@ 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;