mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 04:14:28 +02:00
treewide (cleaning): helpers.neovim-plugin -> lib.nixvim.neovim-plugin
This commit is contained in:
parent
1e690618d9
commit
e54833d2f7
93 changed files with 93 additions and 93 deletions
|
@ -11,7 +11,7 @@ let
|
|||
cfg = config.plugins.${pluginName};
|
||||
in
|
||||
{
|
||||
options.plugins.${pluginName} = helpers.neovim-plugin.extraOptionsOptions // {
|
||||
options.plugins.${pluginName} = lib.nixvim.neovim-plugin.extraOptionsOptions // {
|
||||
enable = mkEnableOption pluginName;
|
||||
|
||||
package = lib.mkPackageOption pkgs pluginName {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue