mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +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
|
@ -28,7 +28,7 @@ in
|
|||
plugins.todo-comments = helpers.neovim-plugin.extraOptionsOptions // {
|
||||
enable = mkEnableOption "todo-comments";
|
||||
|
||||
package = helpers.mkPackageOption "todo-comments" pkgs.vimPlugins.todo-comments-nvim;
|
||||
package = helpers.mkPluginPackageOption "todo-comments" pkgs.vimPlugins.todo-comments-nvim;
|
||||
|
||||
ripgrepPackage = mkOption {
|
||||
type = with types; nullOr package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue