Add nvim-treesitter-context

This commit is contained in:
2025-06-18 12:05:06 +05:00
parent cfd980ef3f
commit 63f55bf70e
2 changed files with 17 additions and 8 deletions

View File

@ -46,4 +46,12 @@ return {
branch = "master",
lazy = false,
},
{
"nvim-treesitter/nvim-treesitter-context",
event = { "BufReadPre", "BufNewFile" },
opts = function()
return { mode = "cursor", max_lines = 3 }
end,
},
}