Skip to content

Commit

Permalink
fix(treesitter-context): set default max_lines=3
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 19, 2023
1 parent b8c7e70 commit 0ac8f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0ac8f6f

Please sign in to comment.