mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-26 20:21:03 +01:00
treewide: remove internal use of helpers module arg
This commit is contained in:
parent
7add68e918
commit
dad19c1238
68 changed files with 687 additions and 758 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, helpers, ... }:
|
||||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib.nixvim) defaultNullOpts;
|
||||
in
|
||||
|
|
@ -89,7 +89,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
Whether to enable virtual hint.
|
||||
'';
|
||||
|
||||
hint_prefix = helpers.defaultNullOpts.mkNullable' {
|
||||
hint_prefix = lib.nixvim.defaultNullOpts.mkNullable' {
|
||||
type = lib.types.anything;
|
||||
pluginDefault = "🐼 ";
|
||||
description = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue