mini/*: remove unused inherits

This commit is contained in:
LilleAila 2025-01-17 21:29:48 +01:00
commit f1f89a5c49
No known key found for this signature in database
GPG key ID: D1ACCDCF2B9B9799
38 changed files with 38 additions and 38 deletions

View file

@ -3,7 +3,7 @@
lib,
...
}: let
inherit (lib.options) mkEnableOption mkOption;
inherit (lib.options) mkEnableOption;
inherit (lib.nvim.types) mkPluginSetupOption;
in {
options.vim.mini.comment = {