mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
7 lines
123 B
Lua
7 lines
123 B
Lua
|
return {
|
||
|
{
|
||
|
"nvim-treesitter/playground",
|
||
|
cmd = { "TSPlaygroundToggle", "TSHighlightCapturesUnderCursor" },
|
||
|
}
|
||
|
}
|