Skip to content

Commit

Permalink
Merge pull request #120662 from Hoverbear/neovim-add-mainprogram
Browse files Browse the repository at this point in the history
neovim: set meta.mainProgram
  • Loading branch information
grahamc committed Apr 26, 2021
2 parents 04f82b9 + c9ab377 commit d01c15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/editors/neovim/wrapper.nix
Expand Up @@ -113,6 +113,7 @@ let
hydraPlatforms = [];
# prefer wrapper over the package
priority = (neovim.meta.priority or 0) - 1;
mainProgram = "nvim";
};
};
in
Expand Down

0 comments on commit d01c15e

Please sign in to comment.