plugins/lsp: add templ language server (#905)

* plugins/lsp: add templ language server

* plugins/templ: remove name attribute

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

---------

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
Richard Halford 2024-01-06 15:14:54 +00:00 committed by GitHub
parent 186fe574f9
commit b0895fc9fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -545,6 +545,10 @@ 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";
}
{
name = "terraformls";
description = "Enable terraform-ls, for terraform";

View file

@ -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;