{"id":21008761,"url":"https://github.com/vim-jp/nvimdoc-ja","last_synced_at":"2025-10-06T02:23:29.933Z","repository":{"id":47871534,"uuid":"229382418","full_name":"vim-jp/nvimdoc-ja","owner":"vim-jp","description":"neovimヘルプの日本語翻訳です","archived":false,"fork":false,"pushed_at":"2025-08-24T00:52:30.000Z","size":1781,"stargazers_count":44,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-24T10:57:36.573Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vim-jp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2019-12-21T05:42:28.000Z","updated_at":"2025-08-24T00:52:35.000Z","dependencies_parsed_at":"2025-05-15T02:43:03.456Z","dependency_job_id":null,"html_url":"https://github.com/vim-jp/nvimdoc-ja","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vim-jp/nvimdoc-ja","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-jp%2Fnvimdoc-ja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-jp%2Fnvimdoc-ja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-jp%2Fnvimdoc-ja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-jp%2Fnvimdoc-ja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vim-jp","download_url":"https://codeload.github.com/vim-jp/nvimdoc-ja/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-jp%2Fnvimdoc-ja/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278548018,"owners_count":26004818,"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-06T02:00:05.630Z","response_time":65,"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":[],"created_at":"2024-11-19T09:13:26.563Z","updated_at":"2025-10-06T02:23:29.927Z","avatar_url":"https://github.com/vim-jp.png","language":"Vim Script","readme":"# nvimdoc-ja\n日本語に翻訳した Neovim 付属のヘルプを配布するためのプロジェクトです。\n\n\u003e [!TIP]\n\u003e このプロジェクトは Neovim 用です。\n\u003e Vim については [こちら](https://github.com/vim-jp/vimdoc-ja) をご覧ください。\n\n\u003e [!WARNING]\n\u003e 現在、未翻訳のファイルが多数あります。進捗は [こちら](CONTRIBUTING.md#翻訳状況) 。\n## Usage\n1. お使いのプラグインマネージャーでインストールしてください。\n### vim.pack\n```lua\nvim.pack.add({\n  'https://github.com/vim-jp/nvimdoc-ja',\n})\n```\n### lazy.nvim\n```lua\n{\n  'vim-jp/nvimdoc-ja',\n  \n  -- 任意で遅延読み込み\n  keys = { '\u003cF1\u003e', '\u003cHelp\u003e' },\n  event = 'CmdlineEnter',\n}\n```\n2. 言語設定、または `'helplang'` を日本語に設定することで、翻訳されたヘルプファイルを利用することが可能になります。\n``` lua\n-- 言語設定\nvim.cmd('language ja_JP.utf8')\n\n-- ヘルプファイルの言語設定\nvim.o.helplang = 'ja,en'\n```\n3. `:help` コマンドの引数の末尾にフラグをつけることでも利用できます。\n``` vim\n:help help@ja\n```\n\n\u003e [!IMPORTANT]\n\u003e お使いの Neovim のバージョンとヘルプファイルのバージョンが異なるかもしれません。翻訳されたヘルプファイルの最上段に記載されている日本語訳の更新日時をご確認ください。\n## Contribution\n間違いを見付けた場合、[issue トラッカー](https://github.com/vim-jp/nvimdoc-ja/issues) でお知らせください。プルリクエストも大歓迎です。翻訳作業に協力していただける方は [こちら](CONTRIBUTING.md) をご覧ください。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim-jp%2Fnvimdoc-ja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvim-jp%2Fnvimdoc-ja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim-jp%2Fnvimdoc-ja/lists"}