8 lines
128 B
Lua
8 lines
128 B
Lua
---@type LazyPluginSpec
|
|
return {
|
|
"nvim-treesitter/nvim-treesitter-context",
|
|
opts = {
|
|
mode = 'topline',
|
|
},
|
|
}
|