mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 08:14:33 +02:00
plugins/nvim-lsp: add terraform-ls language server (#325)
This commit is contained in:
parent
5d2dbc40a6
commit
b6706fa0ec
2 changed files with 6 additions and 0 deletions
|
@ -296,6 +296,11 @@ with lib; let
|
|||
description = "Enable tailwindcss language server, for tailwindcss";
|
||||
package = pkgs.nodePackages."@tailwindcss/language-server";
|
||||
}
|
||||
{
|
||||
name = "terraformls";
|
||||
description = "Enable terraform-ls, for terraform";
|
||||
package = pkgs.terraform-ls;
|
||||
}
|
||||
{
|
||||
name = "texlab";
|
||||
description = "Enable texlab language server, for LaTeX";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue