Add nvim-treesitter-context
This commit is contained in:
@ -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,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user