xaerru / NVelox

A system for writing plugins for Neovim in different programming languages using dynamic libraries.
GNU General Public License v3.0
18 stars 4 forks source link
c library neovim nvelox nvim

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.