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: about 1 year 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T19:10:06.000Z (over 2 years ago)
- Last Synced: 2024-11-16T16:37:08.372Z (over 1 year ago)
- Topics: c, library, neovim, nvelox, nvim
- Language: C
- Homepage:
- Size: 2.96 MB
- Stars: 18
- 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.