nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

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

Open pinarruiz opened this issue 1 year ago • 1 comments

Field Description
Plugin rest.nvim
Nixpkgs unstable
Home Manager unstable

  • [X] I have read the FAQ and my bug is not listed there.

Description

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

  • lua-curl
  • xml2lua
  • mimetypes

Minimal, Reproducible Example (MRE)

{
  plugins.rest.enable = true;
}

Can confirm that disabling the plugin stops the messages.

pinarruiz avatar May 05 '24 22:05 pinarruiz

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.

GaetanLepage avatar May 17 '24 08:05 GaetanLepage