mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/nvim-lsp: Added taplo for TOML (#541)
This commit is contained in:
parent
2e7137058d
commit
a4e027ce33
2 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue