modules/highlights: remove useless mkIf

This commit is contained in:
Gaetan Lepage 2024-02-09 10:23:04 +01:00 committed by Gaétan Lepage
parent b3c9e566aa
commit 3bbb3d5453

View file

@ -29,7 +29,7 @@ with lib; {
}; };
}; };
config = mkIf (config.highlight != {} || config.match != {}) { config = {
extraConfigLuaPre = extraConfigLuaPre =
(optionalString (config.highlight != {}) '' (optionalString (config.highlight != {}) ''
-- Highlight groups {{ -- Highlight groups {{