mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 03:15:18 +02:00
modules/higlights: fix string concatenation
This commit is contained in:
parent
c09eb13a5a
commit
f010c7f854
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