[TS] Add max lines config
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
return {
|
return {
|
||||||
-- similar to sticky scroll in vscode
|
-- similar to sticky scroll in vscode
|
||||||
"nvim-treesitter/nvim-treesitter-context",
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
event = "BufRead"
|
event = "BufRead",
|
||||||
|
opts = {
|
||||||
|
max_lines = 4
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user