feat(lsp): make sure tailwindcss is attached to these types
1 files changed, 4 insertions(+), 1 deletions(-) M config/plugins/lsp.nix
M config/plugins/lsp.nix => config/plugins/lsp.nix +4 -1
@@ 19,7 19,10 @@ settings.cargo.loadOutDirsFromCheck = true; }; taplo.enable = true; - tailwindcss.enable = true; + tailwindcss = { + enable = true; + filetypes = ["html" "markdown" "rust" "templ"]; + }; templ.enable = true; yamlls.enable = true; };