mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
modules: add meta.mainProgram to symlinkJoined Neovim wrapper
This commit is contained in:
parent
8b15271f63
commit
2b8d0af2e6
1 changed files with 5 additions and 0 deletions
|
@ -130,5 +130,10 @@ in {
|
||||||
name = "nvf-with-helpers";
|
name = "nvf-with-helpers";
|
||||||
paths = [neovim-wrapped printConfig printConfigPath];
|
paths = [neovim-wrapped printConfig printConfigPath];
|
||||||
postBuild = "echo helpers added";
|
postBuild = "echo helpers added";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Wrapped version of Neovim with additional helper scripts";
|
||||||
|
mainProgram = "nvim";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue