We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186fe57 commit b0895fcCopy full SHA for b0895fc
plugins/lsp/language-servers/default.nix
@@ -545,6 +545,10 @@ with lib; let
545
description = "Enable taplo, for TOML";
546
package = pkgs.taplo;
547
}
548
+ {
549
+ name = "templ";
550
+ description = "Enable the templ language server for the templ HTML templating language";
551
+ }
552
{
553
name = "terraformls";
554
description = "Enable terraform-ls, for terraform";
tests/test-sources/plugins/lsp/_lsp.nix
@@ -148,6 +148,7 @@
148
svelte.enable = true;
149
tailwindcss.enable = true;
150
taplo.enable = true;
151
+ templ.enable = true;
152
terraformls.enable = true;
153
texlab.enable = true;
154
tsserver.enable = true;
0 commit comments