mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01:00
treesitter/ts-context: fix duplicate config entry
This commit is contained in:
parent
feb7cd731e
commit
103941e270
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue