lib: remove helpers from internal usage

This commit is contained in:
Matt Sturgeon 2024-09-29 14:41:41 +01:00
parent 2c4e4681db
commit cd76b4feb8
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
7 changed files with 38 additions and 39 deletions

View file

@ -1,4 +1,4 @@
{ lib, helpers }:
{ lib }:
{
mkVimPlugin =
{
@ -36,7 +36,7 @@
createSettingsOption = (lib.isString globalPrefix) && (globalPrefix != "");
settingsOption = lib.optionalAttrs createSettingsOption {
settings = helpers.mkSettingsOption {
settings = lib.nixvim.mkSettingsOption {
options = settingsOptions;
example = settingsExample;
description = ''