fix(treesitter-context): set default max_lines=3
This commit is contained in:
1 file changed
+1
-1
@@ -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",
|
||||
|
||||
Reference in new issue
Block a user