8 lines
161 B
Lua
8 lines
161 B
Lua
|
return {
|
||
|
"nvim-treesitter/nvim-treesitter-context",
|
||
|
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||
|
config = {
|
||
|
enable = true,
|
||
|
},
|
||
|
}
|