feat: add htmx and templ lsp's

This commit is contained in:
Guz
2024-12-05 19:27:38 -03:00
parent 51800f7484
commit c7804293a0
2 changed files with 4 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ local lsps = {
},
},
["gopls"] = {},
["htmx"] = {},
["templ"] = {},
["rust_analyzer"] = {},
}

View File

@@ -35,7 +35,9 @@
languageServers = with pkgs; [
gopls
htmx-lsp
lua-language-server
templ
rust-analyzer
];