Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 667 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 667 Bytes

GNvim Logo

GNvim - GTK4 Neovim GUI

Gnvim, opinionated Neovim GUI.

Screenshot of gnvim

For previous gtk3 version, checkout the legacy branch.

Install

$ # Install gtk4 dev files, e.g. apt install gtk-4-dev
$ make build
$ sudo make install

Development

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.