local M = {} function M.setup() require('my.lsp').initialize() require('my.dashboard').setup() end return M