mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
9 lines
189 B
Lua
9 lines
189 B
Lua
return {
|
|
'nvim-treesitter/nvim-treesitter-context',
|
|
|
|
config = function ()
|
|
local treesittercontext = require('treesitter-context')
|
|
treesittercontext.setup()
|
|
end,
|
|
}
|