DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

0fd19f4f47d0f8741dbebe1f6f0fa984a22c756d — Jonni Liljamo 11 hours ago f68996e master
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;
      };