visuals: move nvim-cursorline to its own module; switch to setupOpts

This commit is contained in:
raf 2024-10-06 23:48:12 +03:00
commit db54345de1
Signed by: NotAShelf
GPG key ID: AF26552424E53993
7 changed files with 78 additions and 29 deletions

View file

@ -4,7 +4,7 @@
...
}: let
inherit (lib.modules) mkRenamedOptionModule;
inherit (lib.options) mkEnableOption mkOption literalExpression;
inherit (lib.options) mkOption mkEnableOption literalExpression;
inherit (lib.types) nullOr attrsOf attrs enum;
inherit (lib.nvim.types) mkPluginSetupOption;
in {