An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# neovim-lib
Rust library for Neovim msgpack-rpc clients.

[![](https://img.shields.io/crates/v/neovim-lib.svg)](https://crates.io/crates/neovim-lib)
[![](https://docs.rs/neovim-lib/badge.svg)](https://docs.rs/neovim-lib)
![Linux build](https://travis-ci.org/daa84/neovim-lib.svg?branch=master)
[![Windows build](https://ci.appveyor.com/api/projects/status/p8nhxroyrl0sy3pi/branch/master?svg=true)](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)