lnhorizons/neovim-appimage

Project ID: 233745

Description

A COPR repackage of the official Neovim AppImage. Neovim is a Vim-fork focused on extensibility and usability.

This repository simply pulls the official upstream AppImage and repackages it's extracted contents into an RPM for easy installation and updating on Fedora/CentOS.

Installation Instructions

Basic Installation:

$ sudo dnf copr enable lnhorizons/neovim-appimage $ sudo dnf install neovim

Advanced Installation:

  • To stop tree-sitter-cli from installing:
$ sudo dnf install neovim --setopt=install_weak_deps=False
  • To install tree-sitter-cli but not the compilers it recommends:
$ sudo dnf install neovim tree-sitter-cli --setopt=install_weak_deps=False

Testing:

  • Docker container test:
$ docker run --rm -ti fedora:44 /usr/bin/env bash -c "dnf update -y; dnf copr enable lnhorizons/neovim-appimage -y; yes | dnf install neovim --setopt=install_weak_deps=False; nvim"

Side note for fedora:44 docker image: It does not come with git. git is required for vim.pack to work. You can install it before calling nvim.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Centos-stream 10 aarch64 (0)*, x86_64 (0)* Centos-stream 10 (1 downloads)
Fedora 43 aarch64 (4)*, x86_64 (5)* Fedora 43 (9 downloads)
Fedora 44 aarch64 (0)*, x86_64 (30)* Fedora 44 (10 downloads)

* Total number of downloaded packages.