feat(lsps): add tailwindcss lsp

This commit is contained in:
Guz
2025-03-05 16:02:30 -03:00
parent 18e2ed6592
commit b7af98d603
2 changed files with 1 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ local lsps = {
single_file_support = true, single_file_support = true,
root_dir = nil, root_dir = nil,
}, },
-- ["tailwindcss"] = {}, ["tailwindcss"] = {},
["ts_ls"] = {}, ["ts_ls"] = {},
["rust_analyzer"] = {}, ["rust_analyzer"] = {},
} }

View File

@@ -81,11 +81,6 @@
typescript-language-server typescript-language-server
rust-analyzer rust-analyzer
vscode-langservers-extracted 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; [ formatters = with pkgs; [