From b7af98d6038924876f669e8619249aeff3d8ec43 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Wed, 5 Mar 2025 16:02:30 -0300 Subject: [PATCH] feat(lsps): add tailwindcss lsp --- lua/dot013/plugins/lsp.lua | 2 +- package.nix | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index 4010474..1b84269 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -76,7 +76,7 @@ local lsps = { single_file_support = true, root_dir = nil, }, - -- ["tailwindcss"] = {}, + ["tailwindcss"] = {}, ["ts_ls"] = {}, ["rust_analyzer"] = {}, } diff --git a/package.nix b/package.nix index aa56230..4317c70 100644 --- a/package.nix +++ b/package.nix @@ -81,11 +81,6 @@ typescript-language-server rust-analyzer vscode-langservers-extracted - - # Temporally solution since there isn't a easy way to install pnpm packages - (pkgs.writeShellScriptBin "unocss-language-server" '' - ${lib.getExe pkgs.bun} x unocss-language-server@0.1.5 "$@" - '') ]; formatters = with pkgs; [