treesitter/ts-context: fix duplicate config entry

This commit is contained in:
NotAShelf 2024-04-24 23:50:49 +03:00
parent feb7cd731e
commit 103941e270
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ in {
trim_scope = '${cfg.trimScope}',
mode = '${cfg.mode}',
separator = ${nullString cfg.separator},
max_lines = ${toString cfg.zindex},
z_index = ${toString cfg.zindex},
}
'';
};