Get TSPlaygroundToggle functioning properly
This commit is contained in:
parent
bb33dfad2c
commit
2dc431416d
1 changed files with 5 additions and 1 deletions
|
@ -11,5 +11,9 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
{ "nvim-treesitter/playground", dependencies = { "nvim-treesitter/nvim-treesitter" } },
|
||||
{
|
||||
"nvim-treesitter/playground",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
cmd = "TSPlaygroundToggle",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue