https://github.com/hrsh7th/nvim-lua-rpc-example
https://github.com/hrsh7th/nvim-lua-rpc-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrsh7th/nvim-lua-rpc-example
- Owner: hrsh7th
- Created: 2021-07-22T10:02:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T19:44:18.000Z (about 4 years ago)
- Last Synced: 2025-04-19T10:27:35.185Z (6 months ago)
- Language: Lua
- Size: 11.7 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim-lua-rpc-example
This repo contains the example of RPC between luv's thread and nvim's main thread by message-pack.
see [example](/lua/rpc_usage)