nvim-configs/lua/plugin/treesitter-context.lua

7 lines
80 B
Lua

local M = {
'nvim-treesitter/nvim-treesitter-context',
opts = {},
}
return M