Gnvim, opinionated Neovim GUI.
For previous gtk3 version, checkout the legacy
branch.
$ # Install gtk4 dev files, e.g. apt install gtk-4-dev
$ make build
$ sudo make install
Gnvim comes with custom rpc client which uses code generation for generating
bindings to the Neovim API. This is done by the scripts/generate-bindings.sh
script and requires the moreutils
package.