pojokcodeid.nvim-lazy/lua/pcode/plugins/extras/treesittercontex.lua

11 lines
263 B
Lua
Raw Normal View History

2024-11-04 21:29:25 +07:00
return {
2024-11-06 12:22:10 +07:00
"nvim-treesitter/nvim-treesitter-context",
lazy = true,
event = { "BufRead", "VeryLazy" },
opts = {},
keys = {
{ "<leader>T", "", desc = "  TS Context" },
{ "<leader>Tt", "<cmd>TSContextToggle<cr>", desc = "Toggle Context" },
},
2024-11-04 21:29:25 +07:00
}