mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 19:35:01 +02:00
Fixed vuels dependency
This commit is contained in:
parent
8d41514bbe
commit
aa28bdafe0
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ 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