You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make neorocks test overlay to rest.nvim, and rest.nvim has a dependency to tree-sitter-http.
How can I specify luarocks dependency to tree-sitter-http?
using luaPackages didn’t work and I can’t understand why:
The problem here is that tree-sitter-http hasn't been packaged for nixpkgs. @teto and I will probably be working on that eventually.
For now, you can use luarocks-nix to generate a nix expression for building the package with nix.
I want to make neorocks test overlay to rest.nvim, and rest.nvim has a dependency to tree-sitter-http.
How can I specify luarocks dependency to tree-sitter-http?
using
luaPackages
didn’t work and I can’t understand why:The text was updated successfully, but these errors were encountered: