diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua
index e0be5db9..d636234e 100644
--- a/lua/custom/plugins/init.lua
+++ b/lua/custom/plugins/init.lua
@@ -3,7 +3,6 @@
 --
 -- See the kickstart.nvim README for more information
 return {
-  { 'nvim-tree/nvim-web-devicons', opts = {} },
   {
     'folke/trouble.nvim',
     config = function()
@@ -29,4 +28,7 @@ return {
       vim.keymap.set('n', '<leader>u', vim.cmd.UndotreeToggle)
     end,
   },
+  { 'akinsho/toggleterm.nvim', version = '*', opts = {
+    open_mapping = [[<c-\>]],
+  } },
 }