From c7f1276fa27faf320cd7e44c6493bf9776403e5e Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 30 Sep 2024 19:22:47 +0200 Subject: [PATCH] Added 2 new plugins --- lua/taken/plugins/otherplugins.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lua/taken/plugins/otherplugins.lua b/lua/taken/plugins/otherplugins.lua index 7020018..909c685 100644 --- a/lua/taken/plugins/otherplugins.lua +++ b/lua/taken/plugins/otherplugins.lua @@ -22,6 +22,19 @@ return { "nvim-tree/nvim-web-devicons", }, }, + { + "OXY2DEV/helpview.nvim", + dependencies = { + "nvim-treesitter/nvim-treesitter", + }, + }, + { + "GustavEikaas/code-playground.nvim", + cmd = "Code", + config = function() + require("code-playground").setup() + end, + }, { "chrisgrieser/nvim-scissors", dependencies = "nvim-telescope/telescope.nvim",