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; [