treewide (cleaning): helpers.neovim-plugin -> lib.nixvim.neovim-plugin

This commit is contained in:
Gaetan Lepage 2024-12-15 20:28:24 +01:00 committed by nix-infra-bot
parent 1e690618d9
commit e54833d2f7
93 changed files with 93 additions and 93 deletions

View file

@ -12,7 +12,7 @@ let
mkListStr = helpers.defaultNullOpts.mkNullable (types.listOf types.str);
in
{
options.plugins.chadtree = helpers.neovim-plugin.extraOptionsOptions // {
options.plugins.chadtree = lib.nixvim.neovim-plugin.extraOptionsOptions // {
enable = mkEnableOption "chadtree";
package = lib.mkPackageOption pkgs "chadtree" {