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.

36 lines
896 B

  1. require('dashboard').setup({
  2. theme = 'hyper',
  3. config = {
  4. week_header = {
  5. enable = true,
  6. },
  7. shortcut = {
  8. {
  9. icon = '',
  10. desc = 'New',
  11. action = 'enew',
  12. key = 'e',
  13. },
  14. {
  15. icon = '',
  16. desc = 'Update',
  17. action = 'PackerSync',
  18. key = 'u',
  19. },
  20. {
  21. icon = '🗍 ',
  22. icon_hl = '@variable',
  23. desc = 'Files',
  24. action = 'Telescope find_files',
  25. key = 'f',
  26. },
  27. {
  28. icon = '',
  29. icon_hl = '@variable',
  30. desc = 'Git Files',
  31. action = 'Telescope git_files',
  32. key = 'g',
  33. },
  34. },
  35. },
  36. })