{"id":46100234,"url":"https://github.com/ryicoh/deepl.vim","last_synced_at":"2026-03-01T19:36:13.597Z","repository":{"id":50273738,"uuid":"446059081","full_name":"ryicoh/deepl.vim","owner":"ryicoh","description":"DeepL translation plugin for Vim/NeoVim.","archived":false,"fork":false,"pushed_at":"2026-01-21T13:31:04.000Z","size":21,"stargazers_count":28,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T01:30:38.375Z","etag":null,"topics":["deepl","nvim","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/ryicoh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-09T10:42:40.000Z","updated_at":"2026-01-21T13:33:40.000Z","dependencies_parsed_at":"2023-02-07T14:15:38.630Z","dependency_job_id":null,"html_url":"https://github.com/ryicoh/deepl.vim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ryicoh/deepl.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryicoh%2Fdeepl.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryicoh%2Fdeepl.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryicoh%2Fdeepl.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryicoh%2Fdeepl.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryicoh","download_url":"https://codeload.github.com/ryicoh/deepl.vim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryicoh%2Fdeepl.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29981597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deepl","nvim","vim"],"created_at":"2026-03-01T19:36:12.794Z","updated_at":"2026-03-01T19:36:13.584Z","avatar_url":"https://github.com/ryicoh.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deepl.vim [![Test](https://github.com/ryicoh/deepl.vim/actions/workflows/test.yml/badge.svg)](https://github.com/ryicoh/deepl.vim/actions/workflows/test.yml)\n\nDeepL translation plugin for Vim/NeoVim.\n\n## Demo\n\nhttps://user-images.githubusercontent.com/37844673/148679023-6814c111-6ada-4279-99ea-cd29afc6a1f3.mov\n\n## Requirements\n* DeepL account (https://www.deepl.com)\n* curl\n\n## Installation\n\nFor [vim-plug](https://github.com/junegunn/vim-plug)\n\n```vim\nPlug \"ryicoh/deepl.vim\"\n```\n\nFor [dein.vim](https://github.com/Shougo/dein.vim)\n\n```vim\ncall dein#add(\"ryicoh/deepl.vim\")\n```\n\n## Configuration\n\n```vim\nlet g:deepl#endpoint = \"https://api-free.deepl.com/v2/translate\"\nlet g:deepl#auth_key = \"00000000-0000-0000-0000-000000000000:fx\" \" or readfile(expand('~/.config/deepl.auth_key'))[0]\n\n\" replace a visual selection\nvmap t\u003cC-e\u003e \u003cCmd\u003ecall deepl#v(\"EN\")\u003cCR\u003e\nvmap t\u003cC-j\u003e \u003cCmd\u003ecall deepl#v(\"JA\")\u003cCR\u003e\n\n\" translate a current line and display on a new line\nnmap t\u003cC-e\u003e yypV\u003cCmd\u003ecall deepl#v(\"EN\")\u003cCR\u003e\nnmap t\u003cC-j\u003e yypV\u003cCmd\u003ecall deepl#v(\"JA\")\u003cCR\u003e\n\n\" specify the source language\n\" translate from FR to EN\nnmap t\u003cC-e\u003e yypV\u003cCmd\u003ecall deepl#v(\"EN\", \"FR\")\u003cCR\u003e\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryicoh%2Fdeepl.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryicoh%2Fdeepl.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryicoh%2Fdeepl.vim/lists"}