mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +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";
|
||||
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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue