mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 17:31:18 +00:00
plugins/theme: apply requested changes
types/types.nix: remove unneeded inherit theme/theme.nix: remove commented inherit
This commit is contained in:
parent
5db7e2aff9
commit
49ec0adca3
4 changed files with 20 additions and 77 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{lib}: let
|
||||
inherit (lib) isStringLike showOption showFiles getFiles mergeOneOption mergeEqualOption mkOptionType;
|
||||
inherit (lib.strings) isString hasPrefix;
|
||||
inherit (lib.strings) isString;
|
||||
inherit (lib.types) anything attrsOf;
|
||||
inherit (lib.nvim.types) anythingConcatLists;
|
||||
inherit (builtins) typeOf isAttrs any head concatLists stringLength match;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue