return { "akinsho/toggleterm.nvim", version = "*", config = function() require("toggleterm").setup({ size = 15, open_mapping = [[]], -- toggle terminal with Ctrl + \ direction = "horizontal", -- options: 'vertical', 'tab', 'float' shade_terminals = true, }) end, }