dotfiles/.config/nvim/lua/plugins/ts.lua

6 lines
166 B
Lua

return {
"nvim-treesitter/playground",
keys = {
{ "<leader>uH", "<CMD>TSHighlightCapturesUnderCursor<CR>", { desc = "Treesitter Highlight Groups" } },
},
}