nixvim
nixvim copied to clipboard
[BUG] Multiple errors on `rest.nvim` regarding dependencies
| Field | Description |
|---|---|
| Plugin | rest.nvim |
| Nixpkgs | unstable |
| Home Manager | unstable |
- [X] I have read the FAQ and my bug is not listed there.
Description
The dependencies that seem to be missing are:
lua-curlxml2luamimetypes
Minimal, Reproducible Example (MRE)
{
plugins.rest.enable = true;
}
Can confirm that disabling the plugin stops the messages.
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.