DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

80c3312d9a923b12aa7443b0dc79c096096b3477 — Jonni Liljamo 13 days ago 0fd19f4
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;