mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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";
|
||||
description = "Enable vuels, for Vue";
|
||||
packages = [ pkgs.nodePackages.vue-language-server ];
|
||||
packages = [ pkgs.nodePackages.vls ];
|
||||
}
|
||||
{
|
||||
name = "zls";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue