dots-of-war/eggs/nvim/lua/plugins/treesitter.lua

7 lines
123 B
Lua
Raw Normal View History

2025-01-06 16:37:50 +01:00
return {
{
"nvim-treesitter/playground",
cmd = { "TSPlaygroundToggle", "TSHighlightCapturesUnderCursor" },
}
}