local status, db = pcall(require, "dashboard") if not status then vim.notify("没有找到 dashboard") return end db.setup({ theme = 'hyper', config = { week_header = { enable = true, }, shortcut = { { desc = ' 标签:group,配置,dashboard,key,action,nvim,desc From: https://www.cnblogs.com/dogingate/p/17399892.html