nixvim
nixvim copied to clipboard
[FEATURE REQUEST] `vimdiffAlias` support for all wrappers
https://github.com/nix-community/nixvim/pull/1353 added a vimdiffAlias support to the home-manager wrapper for nixvim, but it'd be nice to have support in all wrappers.
Better yet, we could have support upstream in nixpkgs, since that is where vimAlias and viAlias is implemented.
Extra Information
https://github.com/nix-community/nixvim/pull/1353 uses a shell alias, but the nixpkgs implementations use symlinks on the PATH.
We would need to use pkgs.wrapProgram, pkgs.makeWrapper, or similar on platforms where we can't make shell aliases (or all platforms).