mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
vuels: using non deprecated version (#77)
This commit is contained in:
parent
8678094511
commit
bc045bd50a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ let
|
||||||
{
|
{
|
||||||
name = "vuels";
|
name = "vuels";
|
||||||
description = "Enable vuels, for Vue";
|
description = "Enable vuels, for Vue";
|
||||||
packages = [ pkgs.nodePackages.vue-language-server ];
|
packages = [ pkgs.nodePackages.vls ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "zls";
|
name = "zls";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue