nix-community / nixvim

Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon]
https://nix-community.github.io/nixvim
MIT License
1.41k stars 213 forks source link

[BUG] Multiple errors on `rest.nvim` regarding dependencies #1492

Open pinarruiz opened 2 months ago

pinarruiz commented 2 months ago
Field Description
Plugin rest.nvim
Nixpkgs unstable
Home Manager unstable

Description

Missing dependencies on rest nvim The dependencies that seem to be missing are:

Minimal, Reproducible Example (MRE)

{
  plugins.rest.enable = true;
}

Can confirm that disabling the plugin stops the messages.

GaetanLepage commented 2 months ago

I think this is the same problem as luasnip (https://github.com/NixOS/nixpkgs/issues/306367). @teto is working on the lua dependencies propagation problem.

Thank you for reporting it anyway.