mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
modules/higlights: fix string concatenation (#136)
This commit is contained in:
parent
c09eb13a5a
commit
ae7c5f8869
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ with lib;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
-- }}
|
-- }}
|
||||||
'') ++
|
'') +
|
||||||
(optionalString (config.match != { }) ''
|
(optionalString (config.match != { }) ''
|
||||||
-- Match groups {{
|
-- Match groups {{
|
||||||
do
|
do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue