10 lines
184 B
Lua
10 lines
184 B
Lua
---@type LazyPluginSpec
|
|
return {
|
|
"nvim-treesitter/nvim-treesitter-context",
|
|
opts = {
|
|
mode = 'topline',
|
|
max_lines = 3,
|
|
multiline_threshold = 1,
|
|
},
|
|
}
|