Developing Bominade
This information should help you if you want to contribute to Bominade.
Source code
Grab it:
git clone https://gitlab.com/afshar-oss/b8.git
Run b8
Using your system environment.
make run
In a virtualenv
make verun
Embedding NeoVim
The NeoVim Gtk widget is entirely reusable. You can write your own Python NeoVim GTK in a few lines of code. See the most basic example of doing this.
Bugs and feature requests
You can see the open bugs on the Issue tracker. We do not use Github’s issue tracker.
Open Issues
Bug | Date |
---|---|
Fails with "Namespace Vte not available" on startup | 2020 11 09 |
sometimes nvim won't start | 2020 11 02 |