Skip to content

Commit

Permalink
plugins/lsp: add templ language server
Browse files Browse the repository at this point in the history
  • Loading branch information
rsHalford committed Jan 6, 2024
1 parent eecd2ab commit 9a6ce15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,11 @@ with lib; let
description = "Enable taplo, for TOML";
package = pkgs.taplo;
}
{
name = "templ";
description = "Enable the templ language server for the templ HTML templating language";
package = pkgs.templ;
}
{
name = "terraformls";
description = "Enable terraform-ls, for terraform";
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
svelte.enable = true;
tailwindcss.enable = true;
taplo.enable = true;
templ.enable = true;
terraformls.enable = true;
texlab.enable = true;
tsserver.enable = true;
Expand Down

0 comments on commit 9a6ce15

Please sign in to comment.