plugins/treesitter-context: switch to mkNeovimPlugin

This commit is contained in:
Gaetan Lepage 2024-04-22 09:55:02 +02:00 committed by Gaétan Lepage
parent c1ae78cd8c
commit 6ebd538ede
2 changed files with 57 additions and 49 deletions

View file

@ -12,15 +12,18 @@
treesitter-context = {
enable = true;
maxLines = 0;
minWindowHeight = 0;
lineNumbers = true;
multilineThreshold = 20;
trimScope = "outer";
mode = "cursor";
separator = null;
zindex = 20;
onAttach = null;
settings = {
enable = true;
max_lines = 0;
min_window_height = 0;
line_numbers = true;
multiline_threshold = 20;
trim_scope = "outer";
mode = "cursor";
separator = null;
zindex = 20;
on_attach = null;
};
};
};
};