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.

38 lines
930 B

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