summaryrefslogtreecommitdiff
path: root/lua/plugins/core
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/core')
-rw-r--r--lua/plugins/core/treesitter.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/plugins/core/treesitter.lua b/lua/plugins/core/treesitter.lua
index 3818555..3492b55 100644
--- a/lua/plugins/core/treesitter.lua
+++ b/lua/plugins/core/treesitter.lua
@@ -44,11 +44,4 @@ return {
require("nvim-treesitter.configs").setup(opts)
end,
},
-
- {
- "nvim-treesitter/playground",
- build = ":TSInstall query",
- dependencies = { "nvim-treesitter" },
- cmd = { "TSPlaygroundToggle" },
- },
}