https://github.com/daa84/neovim-lib
Rust library for Neovim clients
https://github.com/daa84/neovim-lib
neovim-clients rust-library
Last synced: about 2 months ago
JSON representation
Rust library for Neovim clients
- Host: GitHub
- URL: https://github.com/daa84/neovim-lib
- Owner: daa84
- License: lgpl-3.0
- Created: 2016-03-15T21:09:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T19:33:04.000Z (over 5 years ago)
- Last Synced: 2025-04-13T04:59:12.144Z (about 2 months ago)
- Topics: neovim-clients, rust-library
- Language: Rust
- Size: 197 KB
- Stars: 192
- Watchers: 8
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neovim-lib
Rust library for Neovim msgpack-rpc clients.[](https://crates.io/crates/neovim-lib)
[](https://docs.rs/neovim-lib)

[](https://ci.appveyor.com/project/daa84/neovim-lib/branch/master)## Where to start
* [Writing Neovim plugins in Rust](https://blog.usejournal.com/a-detailed-guide-to-writing-your-first-neovim-plugin-in-rust-a81604c606b1)
* [Proof-of-concept for a Neovim plugin written in Rust](https://github.com/boxofrox/neovim-scorched-earth)