mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
lib/options: rename mkPackageOption to mkPluginPackageOption
This commit is contained in:
parent
40598fc1bd
commit
26367692da
110 changed files with 111 additions and 111 deletions
|
@ -79,7 +79,7 @@ in
|
|||
// {
|
||||
enable = mkEnableOption "diffview";
|
||||
|
||||
package = helpers.mkPackageOption "diffview" pkgs.vimPlugins.diffview-nvim;
|
||||
package = helpers.mkPluginPackageOption "diffview" pkgs.vimPlugins.diffview-nvim;
|
||||
|
||||
diffBinaries = mkBool false ''
|
||||
Show diffs for binaries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue