local status, plugin = pcall(require,'toggleterm') if not status then print('Error with plugin: ', plugin) return end plugin.setup({ size = 10, open_mapping = [[]], direction = 'horizontal', })