mkNeovim: add some more meta properties

This commit is contained in:
kossLAN 2024-11-17 17:40:35 -05:00
parent fc85c2f3fe
commit 198e3a42e7
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -206,7 +206,17 @@ with lib;
mv $out/bin/nvim $out/bin/${lib.escapeShellArg appName} mv $out/bin/nvim $out/bin/${lib.escapeShellArg appName}
''; '';
meta = { meta = {
description = "Neovim neovim-unwrapped"; description = "Vim text editor fork focused on extensibility and agility";
longDescription = ''
Neovim is a project that seeks to aggressively refactor Vim in order to:
- Simplify maintenance and encourage contributions
- Split the work between multiple developers
- Enable the implementation of new/modern user interfaces without any
modifications to the core source
- Improve extensibility with a new plugin architecture
'';
license = with licenses; [asl20 vim];
homepage = "https://www.neovim.io";
mainProgram = mainProgram =
if isCustomAppName if isCustomAppName
then appName then appName