mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 =
|
||||
(optionalString (config.highlight != {}) ''
|
||||
-- Highlight groups {{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue