You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
670 B

  1. require('dashboard').setup({
  2. theme = 'hyper',
  3. config = {
  4. week_header = {
  5. enable = true,
  6. },
  7. shortcut = {
  8. {
  9. icon = '',
  10. desc = 'Update',
  11. group = '@property',
  12. action = 'PackerSync',
  13. key = 'u',
  14. },
  15. {
  16. icon = '',
  17. icon_hl = '@variable',
  18. desc = 'Files',
  19. group = 'Label',
  20. action = function ()
  21. require('config.telescope').files()
  22. end,
  23. key = 'f',
  24. },
  25. },
  26. },
  27. })