Skip to content

daa84/neovim-gtk-flatpak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flatpak packge for NeovimGtk

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

Requirements

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

Github All Releases

NeovimGtk configuration

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.