1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

vuels: fix dependency

This commit is contained in:
Alexander Nortung 2023-02-20 11:46:56 +01:00 committed by GitHub
parent 07e24f02a5
commit 908191a06b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ with lib; let
{
name = "vuels";
description = "Enable vuels, for Vue";
package = pkgs.nodePackages.vue-language-server;
package = pkgs.nodePackages.vls;
}
{
name = "zls";