local M = require('module'):new() function M:boot() require('toggleterm').setup({ }) end return M