AutoYADM commit: 2024-12-11 15:55:04

This commit is contained in:
Daniel Fichtinger 2024-12-11 15:55:04 -05:00
parent c4d7abe37c
commit 925780f5ab

View file

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