Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xaerru/NVelox

A system for writing plugins for Neovim in different programming languages using dynamic libraries.
https://github.com/xaerru/NVelox

c library neovim nvelox nvim

Last synced: 2 months ago
JSON representation

A system for writing plugins for Neovim in different programming languages using dynamic libraries.

Awesome Lists containing this project

README

        


NVelox


**NOTE**

NVelox was supposed to be a plugin system alternative to RPC. Providing bindings for Rust, Crystal, etc.
The proof of concept works right now(you can set options, print messages, schedule tasks), but it's a lot of work to wrap the entire API.

I've decided to stall the development right now and focus on other things.