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]] + }, + }, }