vim: more treesitter context (1->2)
This commit is contained in:
parent
25e7421463
commit
2cf0f6a9b3
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@
|
||||||
''
|
''
|
||||||
require("treesitter-context").setup({
|
require("treesitter-context").setup({
|
||||||
-- Show one line of context at the top of the screen
|
-- Show one line of context at the top of the screen
|
||||||
max_lines = 1,
|
max_lines = 2,
|
||||||
})
|
})
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue