kickstart.nvim/lua/custom/plugins/tscontext.lua

7 lines
85 B
Lua

return {
{
'nvim-treesitter/nvim-treesitter-context',
lazy = false,
},
}