nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

[FEATURE REQUEST] `vimdiffAlias` support for all wrappers

Open MattSturgeon opened this issue 1 year ago • 0 comments

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).

MattSturgeon avatar Jun 02 '24 22:06 MattSturgeon