nvim: Remove TSPlayground plugin

Has been superseded by internal functionality, just run `:Inspect` or
`:InspectTree`.
This commit is contained in:
Marty Oehme 2023-12-08 15:08:22 +01:00
parent 5d8177b1b5
commit 7f112816b0
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 0 additions and 2 deletions

View file

@ -86,5 +86,4 @@ return {
"windwp/nvim-ts-autotag",
},
},
{ "nvim-treesitter/playground", cmd = "TSPlaygroundToggle" }, -- interactively view and query the treesitter tree
}