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",