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.

25 lines
700 B

  1. return {
  2. "ellisonleao/carbon-now.nvim",
  3. lazy = true,
  4. cmd = "CarbonNow",
  5. ---@param opts cn.ConfigSchema
  6. opts = {
  7. base_url = "https://carbon.now.sh/",
  8. options = {
  9. drop_shadow_blur = "68px",
  10. drop_shadow = false,
  11. drop_shadow_offset_y = "20px",
  12. font_family = "Hack",
  13. font_size = "18px",
  14. line_height = "133%",
  15. line_numbers = true,
  16. theme = "monokai",
  17. titlebar = "NeoVim",
  18. watermark = false,
  19. width = "680",
  20. window_theme = "sharp",
  21. padding_horizontal = "0px",
  22. padding_vertical = "0px",
  23. },
  24. }
  25. }