diff --git a/nvim/after/plugin/treesitter.lua b/nvim/after/plugin/treesitter.lua index d54334e..7237c8f 100644 --- a/nvim/after/plugin/treesitter.lua +++ b/nvim/after/plugin/treesitter.lua @@ -42,11 +42,4 @@ treesitter.setup { }, }, }, - playground = { - enable = true, - keybindings = { - update = "R", - toggle_query_editor = "o", - }, - }, } diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index d40f7c2..bb52b0e 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -65,7 +65,6 @@ return { "nvim-treesitter/nvim-treesitter", dependencies = { "nvim-treesitter/nvim-treesitter-textobjects", - "nvim-treesitter/playground", }, }, {