mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
wrappers: add nixvim-print-init package
This commit is contained in:
parent
032f697da6
commit
45d788bdd9
5 changed files with 44 additions and 5 deletions
|
@ -33,7 +33,10 @@ in
|
|||
pkgs.symlinkJoin {
|
||||
name = "nixvim";
|
||||
paths =
|
||||
[config.finalPackage]
|
||||
[
|
||||
config.finalPackage
|
||||
config.printInitPackage
|
||||
]
|
||||
++ pkgs.lib.optional config.enableMan self.packages.${pkgs.system}.man-docs;
|
||||
meta.mainProgram = "nvim";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue