mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
wrapper: get meta from wrapped neovim package
This commit is contained in:
parent
6eb5bea5ba
commit
c4e75c4c1a
1 changed files with 5 additions and 4 deletions
|
@ -128,9 +128,10 @@ in {
|
||||||
# will return the configuration in full.
|
# will return the configuration in full.
|
||||||
passthru.neovimConfig = vimOptions;
|
passthru.neovimConfig = vimOptions;
|
||||||
|
|
||||||
meta = {
|
meta =
|
||||||
description = "Wrapped version of Neovim with additional helper scripts";
|
neovim-wrapped.meta
|
||||||
mainProgram = "nvim";
|
// {
|
||||||
|
description = "Wrapped Neovim package with helper scripts to print the config (path)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue