feat: add eslint, html, css and json lsp's

This commit is contained in:
Guz
2024-12-05 19:34:30 -03:00
parent f3477a2b22
commit abc7fbc54a
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
local lsps = {
["cssls"] = {},
["eslint"] = {},
["denols"] = {},
["lua_ls"] = {
on_init = function(client)
@@ -29,7 +31,9 @@ local lsps = {
},
},
["gopls"] = {},
["html"] = {},
["htmx"] = {},
["jsonls"] = {},
["nil_ls"] = {},
["tailwindcss"] = {},
["templ"] = {},

View File

@@ -43,6 +43,7 @@
templ
typescript-language-server
rust-analyzer
vscode-langservers-extracted
];
foldPlugins = builtins.foldl' (acc: next: acc ++ [next] ++ (foldPlugins (next.dependencies or []))) [];