mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue