{"id":13709763,"url":"https://github.com/jinzhongjia/znvim","last_synced_at":"2025-03-23T17:31:07.687Z","repository":{"id":222783543,"uuid":"756978576","full_name":"jinzhongjia/znvim","owner":"jinzhongjia","description":"neovim remote rpc client implementation with zig","archived":false,"fork":false,"pushed_at":"2024-05-28T13:46:58.000Z","size":110,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-29T03:36:08.301Z","etag":null,"topics":["neovim","neovim-remote","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/jinzhongjia.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}},"created_at":"2024-02-13T17:11:29.000Z","updated_at":"2024-05-30T07:03:35.827Z","dependencies_parsed_at":"2024-03-05T17:02:36.410Z","dependency_job_id":"0fbde05c-c16a-4a42-9272-688790541800","html_url":"https://github.com/jinzhongjia/znvim","commit_stats":null,"previous_names":["jinzhongjia/znvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzhongjia%2Fznvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzhongjia%2Fznvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzhongjia%2Fznvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzhongjia%2Fznvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinzhongjia","download_url":"https://codeload.github.com/jinzhongjia/znvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245140893,"owners_count":20567468,"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","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-remote","zig"],"created_at":"2024-08-02T23:00:45.630Z","updated_at":"2025-03-23T17:31:07.678Z","avatar_url":"https://github.com/jinzhongjia.png","language":"Zig","funding_links":[],"categories":["Fundamentals"],"sub_categories":["Text Editors"],"readme":"# znvim\n\n_znvim_ is a [neovim remote rpc](https://neovim.io/doc/user/api.html#rpc-connecting) client implementation with [`zig`](https://ziglang.org/).\n\n\u003e This package is under developing!\n\n## Document\n\n[https://jinzhongjia.github.io/znvim/](https://jinzhongjia.github.io/znvim/)\n\n## Features\n\n- Implementation of multiple remote calling methods\n- Support all neovim rpc [channels](https://neovim.io/doc/user/channel.html#channel-intro)\n- Completely thread safe\n- Asynchronous\n\n## Getting Started\n\n### `0.12.0` / `0.13.0` / `master`\n\n1. Add to `build.zig.zon`\n\n```sh\nzig fetch --save https://github.com/jinzhongjia/znvim/archive/{commit or branch}.tar.gz\n```\n\n2. Config `build.zig`\n\n```zig\nconst znvim = b.dependency(\"znvim\", .{\n    .target = target,\n    .optimize = optimize,\n});\n\n// add module\nexe.root_module.addImport(\"znvim\", znvim.module(\"znvim\"));\n```\n\n## To use this lib\n\nYou can find example on `test` fold!\n\nRecommend to learn about what [msgpack](https://github.com/msgpack/msgpack/blob/master/spec.md) is (this lib uses [zig-msgpack](https://github.com/zigcc/zig-msgpack)) and read neovim's API [documentation](https://neovim.io/doc/user/api.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinzhongjia%2Fznvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinzhongjia%2Fznvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinzhongjia%2Fznvim/lists"}