mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
vuels: fix dependency
This commit is contained in:
parent
07e24f02a5
commit
908191a06b
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ with lib; let
|
||||||
{
|
{
|
||||||
name = "vuels";
|
name = "vuels";
|
||||||
description = "Enable vuels, for Vue";
|
description = "Enable vuels, for Vue";
|
||||||
package = pkgs.nodePackages.vue-language-server;
|
package = pkgs.nodePackages.vls;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "zls";
|
name = "zls";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue