mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(treesitter-context): set default max_lines=3
This commit is contained in:
parent
b8c7e70c80
commit
0ac8f6fb3b
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter-context",
|
||||
event = "LazyFile",
|
||||
enabled = true,
|
||||
opts = { mode = "cursor" },
|
||||
opts = { mode = "cursor", max_lines = 3 },
|
||||
keys = {
|
||||
{
|
||||
"<leader>ut",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue