Get TSPlaygroundToggle functioning properly

main
Zynh0722 2023-05-12 20:44:48 -07:00
parent bb33dfad2c
commit 2dc431416d
1 changed files with 5 additions and 1 deletions

View File

@ -11,5 +11,9 @@ return {
})
end,
},
{ "nvim-treesitter/playground", dependencies = { "nvim-treesitter/nvim-treesitter" } },
{
"nvim-treesitter/playground",
dependencies = { "nvim-treesitter/nvim-treesitter" },
cmd = "TSPlaygroundToggle",
},
}