mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/treesitter-context: switch to mkNeovimPlugin
This commit is contained in:
parent
c1ae78cd8c
commit
6ebd538ede
2 changed files with 57 additions and 49 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue