{"id":21554568,"url":"https://github.com/ryoppippi/vim-ray-so","last_synced_at":"2026-01-02T06:05:24.098Z","repository":{"id":245689737,"uuid":"818974378","full_name":"ryoppippi/vim-ray-so","owner":"ryoppippi","description":"Generate a beautiful code image with  https://ray.so on your Neovim/Vim","archived":false,"fork":false,"pushed_at":"2024-09-02T10:21:53.000Z","size":4301,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T21:53:41.282Z","etag":null,"topics":["neovim","neovim-plugin","typescript","vim","vim-denops","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryoppippi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ryoppippi"}},"created_at":"2024-06-23T12:15:14.000Z","updated_at":"2024-09-26T10:55:31.000Z","dependencies_parsed_at":"2024-06-23T17:47:16.262Z","dependency_job_id":"9baf7ab4-f909-4c1b-ab96-b315599074e5","html_url":"https://github.com/ryoppippi/vim-ray-so","commit_stats":null,"previous_names":["ryoppippi/ray.so.vim","ryoppippi/ray-so.vim","ryoppippi/vim-ray-so"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryoppippi/vim-ray-so","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fvim-ray-so","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fvim-ray-so/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fvim-ray-so/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fvim-ray-so/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryoppippi","download_url":"https://codeload.github.com/ryoppippi/vim-ray-so/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fvim-ray-so/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278487070,"owners_count":25995109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["neovim","neovim-plugin","typescript","vim","vim-denops","vim-plugin"],"created_at":"2024-11-24T07:15:26.225Z","updated_at":"2025-10-05T17:30:30.842Z","avatar_url":"https://github.com/ryoppippi.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ryoppippi"],"categories":[],"sub_categories":[],"readme":"# vim-ray-so\n\nThis plugin allows you to easily generate beautiful code images using the\n[Ray.so](https://ray.so) service directly from your Vim or Neovim editor.\n\n![screen](./docs/screen.avif)\n\n## Features\n\n- Generate code images from selected text or entire buffer\n- Customize image settings such as theme, padding, background, and dark mode\n- Automatic language detection based on filetype\n- Opens the generated image URL in your default browser\n\n## Installation\n\nUsing your preferred plugin manager, add the following to your configuration:\n\n```vim\n\" For vim-plug\nPlug 'ryoppippi/vim-ray-so'\nPlug 'vim-denops/denops.vim'\n```\n\n```lua\n-- For lazy.nvim\n{\n    \"ryoppippi/vim-ray-so\",\n    dependencies = {\n        \"vim-denops/denops.vim\",\n    },\n}\n```\n\nMake sure you have [Deno](https://deno.land/) installed on your system, as this\nplugin uses Deno for its runtime.\n\n## Usage\n\nUse the `:RaySo` command to generate a code image:\n\n- Without a visual selection: `:RaySo` will use the entire buffer\n- With a visual selection: Select the desired code and use `:RaySo`\n- Custom title: `:RaySo my_custom_title`\n- Directly Copy to clipboard: `:RaySoClipboard`\n\nThe generated image URL will automatically open in your default browser.\n\n## Configuration\n\nYou can customize the default settings in your Vim/Neovim configuration:\n\n```vim\n\" Theme (default: 'vercel')\nlet g:ray_so_theme = 'supabase'\n\n\" Padding (default: 16)\nlet g:ray_so_padding = 32\n\n\" Background (default: v:true)\nlet g:ray_so_background = v:false\n\n\" Dark mode (default: v:true)\nlet g:ray_so_darkmode = v:false\n```\n\nyou can see the available options at [`types.ts`](./denops/ray-so/types.ts)\n\n## Requirements\n\n- Vim or Neovim with Deno support\n- [Deno](https://deno.land/) installed on your system\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Related Projects\n\n- [rayso.nvim](https://github.com/TobinPalmer/rayso.nvim)\n- [carbon-now.nvim](https://github.com/ellisonleao/carbon-now.nvim)\n- [vim-carbon-now-sh](https://github.com/kristijanhusak/vim-carbon-now-sh)\n- [denops-silicon.vim](https://github.com/skanehira/denops-silicon.vim)\n- [sillicon.nvim](https://github.com/krivahtoo/silicon.nvim)\n- [vim-sillicon](https://github.com/segeljakt/vim-silicon)\n- [freeze.nvim](https://github.com/ethanholz/freeze.nvim)\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoppippi%2Fvim-ray-so","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryoppippi%2Fvim-ray-so","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoppippi%2Fvim-ray-so/lists"}