From a3d963d174b0ce681e2f9c55f9dfc15b8cebd38b Mon Sep 17 00:00:00 2001 From: Alexander Muszynski Date: Fri, 20 Sep 2024 11:21:03 -0400 Subject: [PATCH] feat: toggle term added, no config yet --- lua/custom/plugins/init.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index a8047e1..75a0a23 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -12,4 +12,11 @@ return { end, ft = { 'markdown' }, }, + + { + 'akinsho/toggleterm.nvim', + version = '*', + opts = {--[[ things you want to change go here]] + }, + }, }