8 lines
171 B
Lua
8 lines
171 B
Lua
return {
|
|
'nvim-treesitter/nvim-treesitter-context',
|
|
-- event = 'VimEnter',
|
|
enabled = true,
|
|
opts = { mode = 'cursor', max_lines = 3 },
|
|
config = function() end,
|
|
}
|