Merge pull request #120662 from Hoverbear/neovim-add-mainprogram

neovim: set meta.mainProgram
This commit is contained in:
Graham Christensen 2021-04-26 11:52:07 -04:00 committed by GitHub
commit d01c15e4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,6 +113,7 @@ let
hydraPlatforms = [];
# prefer wrapper over the package
priority = (neovim.meta.priority or 0) - 1;
mainProgram = "nvim";
};
};
in