A GPU-accelerated neovim GUI.
glrnvim is the fastest neovim gui in existence. Using the GPU for rendering enables optimizations that simply aren't possible without it.
See the speed from the screenshot:

glrnvim combines OpenGL, Rust and NeoVIM together, to make the fastest, simplest neovim GUI.
Install glrnvim from the AUR.
cargo install cargo-deb
- Build and install the
debpackage system-wide.
cargo deb --install
cargo buildNot difficult, just try.
glrnvim comes with a very flexible configuration ability, just copy glrnvim.yml to $HOME/.config (for Linux) or $HOME/Library/Preferences (for macOS) and modify it.
Please refer to this for more information about setting font.
git config --global core.editor "glrnvim --nofork"- Make a rendering benchmark vim plugin to prove this is the fastest neovim GUI.