feat: add htmx and templ lsp's
This commit is contained in:
@@ -28,6 +28,8 @@ local lsps = {
|
||||
},
|
||||
},
|
||||
["gopls"] = {},
|
||||
["htmx"] = {},
|
||||
["templ"] = {},
|
||||
["rust_analyzer"] = {},
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,9 @@
|
||||
|
||||
languageServers = with pkgs; [
|
||||
gopls
|
||||
htmx-lsp
|
||||
lua-language-server
|
||||
templ
|
||||
rust-analyzer
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user