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
then everything works, but I need to replicate the postInstall hook so it properly adjusts the path based on my pname and version.
Here is how Nixpkgs installs vim plugins. I think it would make sense if this repository (parinfer) and its Nix package wouldn't change anything related to Vim. Because right now simply having parinfer-rust installed through Nixpkgs will affect the Vim runtime path.
Instead there should be a vim plugin in Nixpkgs which properly adjusts the path and has a dependency on parinfer-rust. Then people could just use the first way of installing the Vim plugin (top of this issue), and they'd get parinfer-rust as well, if it's specified as buildInputs (I assume that's the correct dep attribute, not entirely sure).
I'd imagine that if I create a Vim plugin in Nixpkgs now then it would probably conflict with parinfer-rust since both would try to change the same path in vim-plugins
The text was updated successfully, but these errors were encountered:
If I install the plugin through Home Manager like so
Then the plugin itself works but it doesn't have documentation nor helptags.
If I install it like this
then everything works, but I need to replicate the
postInstall
hook so it properly adjusts the path based on mypname
andversion
.Here is how Nixpkgs installs vim plugins. I think it would make sense if this repository (parinfer) and its Nix package wouldn't change anything related to Vim. Because right now simply having
parinfer-rust
installed through Nixpkgs will affect the Vim runtime path.Instead there should be a vim plugin in Nixpkgs which properly adjusts the path and has a dependency on
parinfer-rust
. Then people could just use the first way of installing the Vim plugin (top of this issue), and they'd getparinfer-rust
as well, if it's specified asbuildInputs
(I assume that's the correct dep attribute, not entirely sure).I'd imagine that if I create a Vim plugin in Nixpkgs now then it would probably conflict with
parinfer-rust
since both would try to change the same path invim-plugins
The text was updated successfully, but these errors were encountered: