Currently only bundle is available you can find it at releases page.
Installation command: flatpak install nvim-gtk_x86_64.flatpak
.
After installation NeovimGtk can be found at application menu or can be run from command line flatpak run org.daa.NeovimGtk
This package requires gnome platform:
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.gnome.Platform//3.28
[]()
nvim and nvim-gtk configuration files (init.vim
ginit.vim
) stored at ~/.var/app/org.daa.NeovimGtk/config/nvim/
.
autoload configuration stored at ~/.var/app/org.daa.NeovimGtk/data/nvim/site/autoload
.
This package contains also git and plug.vim
to allow autoinstall of vim plugins.