xaerru / NVelox

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:C 71.9%Language:CMake 12.6%Language:Nix 6.3%Language:Makefile 5.9%Language:Rust 1.3%Language:Lua 1.2%Language:Crystal 0.7%