From 626c8ca3f984062628b7bc73628dea6ecd7e4372 Mon Sep 17 00:00:00 2001 From: Nikos Papadakis Date: Sun, 24 Dec 2023 11:46:55 +0200 Subject: [PATCH] nvim --- nvim/after/plugin/treesitter.lua | 7 ------- nvim/lua/plugins.lua | 1 - 2 files changed, 8 deletions(-) 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", }, }, {