Prerequisites
Neovim Version
v0.10.2
Operating system/version
Fedora 40
Actual behavior
Upon installation raises a warning about missing dependencies (if this one is resolved, complains about mimetypes which I cant figure out how to resolve).

Trying to run a request raises error


Expected behavior
The thing works after you follow installation steps in README.md?
Steps to reproduce
Install with Lazy.nvim following the README.md
Other information
No response
Repro (lazy.nvim)
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
"rest-nvim/rest.nvim",
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
main = "nvim-treesitter.configs",
opts = {
ensure_installed = { "http" },
sync_install = false,
highlight = { enable = true },
indent = { enable = true },
},
},
},
})
Prerequisites
Neovim Version
v0.10.2
Operating system/version
Fedora 40
Actual behavior
Upon installation raises a warning about missing dependencies (if this one is resolved, complains about mimetypes which I cant figure out how to resolve).

Trying to run a request raises error


Expected behavior
The thing works after you follow installation steps in README.md?
Steps to reproduce
Install with Lazy.nvim following the README.md
Other information
No response
Repro (
lazy.nvim)