diff --git a/nvim/.config/nvim/lua/plugins/treesitter.lua b/nvim/.config/nvim/lua/plugins/treesitter.lua index 5db7903..18e2e53 100644 --- a/nvim/.config/nvim/lua/plugins/treesitter.lua +++ b/nvim/.config/nvim/lua/plugins/treesitter.lua @@ -79,6 +79,10 @@ return { "TSUpdate", "TSUpdateSync", }, + keys = { + { "si", "Inspect", desc = "treesitter element", silent = true }, + { "sI", "InspectTree", desc = "treesitter tree", silent = true }, + }, -- show current cursor context at top of buffer -- improves commenting plugin above by using ts