feat(lsps): add tailwindcss lsp
This commit is contained in:
@@ -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"] = {},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user