plugins/nvim-lsp: Added taplo for TOML (#541)

This commit is contained in:
traxys 2023-08-24 11:03:37 +02:00 committed by GitHub
parent 2e7137058d
commit a4e027ce33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -485,6 +485,11 @@ with lib; let
description = "Enable tailwindcss language server, for tailwindcss";
package = pkgs.nodePackages."@tailwindcss/language-server";
}
{
name = "taplo";
description = "Enable taplo, for TOML";
package = pkgs.taplo;
}
{
name = "terraformls";
description = "Enable terraform-ls, for terraform";

View file

@ -108,6 +108,7 @@
sourcekit.enable = true;
svelte.enable = true;
tailwindcss.enable = true;
taplo.enable = true;
terraformls.enable = true;
texlab.enable = true;
tsserver.enable = true;