This commit is contained in:
Pedro Alves 2023-02-20 10:43:13 +00:00
parent 8798a622cf
commit 3e73b2900c

View file

@ -1,12 +1,12 @@
{ pkgs {
, config pkgs,
, lib config,
, ... lib,
...
} @ args: } @ args:
with lib; let with lib; let
helpers = import ../helpers.nix args; helpers = import ../helpers.nix args;
in in {
{
options.plugins.vim-matchup = { options.plugins.vim-matchup = {
enable = mkEnableOption "Enable vim-matchup"; enable = mkEnableOption "Enable vim-matchup";
@ -146,8 +146,7 @@ in
''; '';
}; };
config = config = let
let
cfg = config.plugins.vim-matchup; cfg = config.plugins.vim-matchup;
in in
mkIf cfg.enable { mkIf cfg.enable {