neovim: remove treesitter playground plugin

This commit is contained in:
2023-04-11 10:44:08 +03:00
parent 5e43d1ea17
commit 65b243b149

View File

@@ -52,7 +52,6 @@ require("packer").startup(function(use)
run = ":TSUpdate",
{
{ "JoosepAlviste/nvim-ts-context-commentstring" },
{ "nvim-treesitter/playground" },
{ "windwp/nvim-ts-autotag" },
},
})