feat: add deno and tailwincss lsp's

This commit is contained in:
Guz
2024-12-05 19:28:11 -03:00
parent c7804293a0
commit 8b143033ee
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
local lsps = {
["denols"] = {},
["lua_ls"] = {
on_init = function(client)
if client.workspace_folders then
@@ -29,6 +30,7 @@ local lsps = {
},
["gopls"] = {},
["htmx"] = {},
["tailwindcss"] = {},
["templ"] = {},
["rust_analyzer"] = {},
}

View File

@@ -34,9 +34,11 @@
];
languageServers = with pkgs; [
deno
gopls
htmx-lsp
lua-language-server
tailwindcss-language-server
templ
rust-analyzer
];