treewide: remove unused inherits

This commit is contained in:
poz 2025-07-06 03:30:44 +02:00
commit ad69bef1f5
No known key found for this signature in database
16 changed files with 7 additions and 18 deletions

View file

@ -1,7 +1,7 @@
{lib, ...}: let
inherit (lib.modules) mkRemovedOptionModule;
inherit (lib.options) mkOption mkEnableOption;
inherit (lib.types) submodule attrs attrsOf;
inherit (lib.types) attrs;
inherit (lib.nvim.types) mkPluginSetupOption;
in {
imports = [