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