After my last PlugUpdate, I was having some problems building the project because of the new clang dependency. But then I notice the nix files in the repo :-)
It can help others to mention how to compile the project for nix users.
Related to this, since I see that you also maintain a parinfer-rust package in nixpkgs, would make sense to you if the vim plugin looks for the system parinfer-rust and uses it? In that case, if your distro has the package, you can avoid compiling it locally.
After my last
PlugUpdate
, I was having some problems building the project because of the new clang dependency. But then I notice the nix files in the repo :-) It can help others to mention how to compile the project for nix users.Related to this, since I see that you also maintain a parinfer-rust package in nixpkgs, would make sense to you if the vim plugin looks for the system parinfer-rust and uses it? In that case, if your distro has the package, you can avoid compiling it locally.