local M = {} M.config = function() require('toggleterm').setup { open_mapping = [[]], shade_terminals = false, float_opts = { border = 'curved', width = 80, height = 80, winblend = 3, highlights = { border = 'Normal', background = 'Normal' } } } end return M