mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
modules/highlights: remove useless mkIf
This commit is contained in:
parent
b3c9e566aa
commit
3bbb3d5453
1 changed files with 1 additions and 1 deletions
|
@ -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 {{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue