1 2 3 4 5 6
vim.pack.add({ gh("akinsho/toggleterm.nvim") }) require("toggleterm").setup({ open_mapping = [[<c-\>]], direction = "horizontal", })