mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-23 12:16:24 +02: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
Add a link
Reference in a new issue