mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
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:
parent
186fe574f9
commit
b0895fc9fa
2 changed files with 5 additions and 0 deletions
|
@ -545,6 +545,10 @@ with lib; let
|
||||||
description = "Enable taplo, for TOML";
|
description = "Enable taplo, for TOML";
|
||||||
package = pkgs.taplo;
|
package = pkgs.taplo;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "templ";
|
||||||
|
description = "Enable the templ language server for the templ HTML templating language";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "terraformls";
|
name = "terraformls";
|
||||||
description = "Enable terraform-ls, for terraform";
|
description = "Enable terraform-ls, for terraform";
|
||||||
|
|
|
@ -148,6 +148,7 @@
|
||||||
svelte.enable = true;
|
svelte.enable = true;
|
||||||
tailwindcss.enable = true;
|
tailwindcss.enable = true;
|
||||||
taplo.enable = true;
|
taplo.enable = true;
|
||||||
|
templ.enable = true;
|
||||||
terraformls.enable = true;
|
terraformls.enable = true;
|
||||||
texlab.enable = true;
|
texlab.enable = true;
|
||||||
tsserver.enable = true;
|
tsserver.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue