plugins/lsp: Added volar language server (#514)

This commit is contained in:
Alexander Nortung 2023-08-14 07:57:39 +00:00 committed by GitHub
parent 4719700870
commit dbc865f977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -500,6 +500,11 @@ with lib; let
description = "Enable vuels, for Vue";
package = pkgs.nodePackages.vls;
}
{
name = "volar";
description = "Enable @volar/vue-language-server, for Vue";
package = pkgs.nodePackages."@volar/vue-language-server";
}
{
name = "yamlls";
description = "Enable yamlls, for yaml";