mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
neovim: set meta.mainProgram
Signed-off-by: Ana Hobden <operator@hoverbear.org>
This commit is contained in:
parent
ec8f6bc932
commit
c9ab377ebc
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ let
|
|||
hydraPlatforms = [];
|
||||
# prefer wrapper over the package
|
||||
priority = (neovim.meta.priority or 0) - 1;
|
||||
mainProgram = "nvim";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue