[TS] Add max lines config

This commit is contained in:
2025-12-15 11:39:07 +01:00
parent bd3a1cd382
commit 530c06a6e5

View File

@@ -1,5 +1,8 @@
return {
-- similar to sticky scroll in vscode
"nvim-treesitter/nvim-treesitter-context",
event = "BufRead"
event = "BufRead",
opts = {
max_lines = 4
}
}