I have this vim as the only vim on my system.
When I run view, I get:
The program ‘view’ is currently not installed. It is provided by
several packages. You can install it by typing one of the following:
nix-env -iA nixos.qvim
nix-env -iA nixos.vim
nix-env -iA nixos.vimHugeX
nix-env -iA nixos.vimNox
Because there is only one name to call your configurable vim. And it's defined by https://github.com/magnetophon/nixosConfig/blob/master/vim.nix#L7. So there is also no gvim, but there is <your name of custom vim> -g.
Seems like this was answered conclusively
Answered yes, solved not.
Isn't it usefull to keep a reminder around that this would be nice to have?
Okay
Similarly vimdiff (vim -d).
Ideally we would just make the vim interface identical to the neovim interace (so vim.override{} instead of vim_configurable.customize and remove the name thing altogether. The old interface can then be left as-is for backwards compatibility.
Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
I personally switched to Doom Emacs, with occasional vim use.
This was never really important to me, and now even less so.
Since its been a while and nobody seems to care enough to fix it, Ill close this.
Most helpful comment
Ideally we would just make the vim interface identical to the neovim interace (so
vim.override{}instead ofvim_configurable.customizeand remove thenamething altogether. The old interface can then be left as-is for backwards compatibility.