Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xaerru/NVelox
- Owner: xaerru
- License: gpl-3.0
- Created: 2020-12-28T17:26:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T19:10:06.000Z (about 1 year ago)
- Last Synced: 2024-08-03T13:03:22.684Z (6 months ago)
- Topics: c, library, neovim, nvelox, nvim
- Language: C
- Homepage:
- Size: 2.96 MB
- Stars: 19
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.