Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkgstore-old/linux-rpm-neovim


https://github.com/pkgstore-old/linux-rpm-neovim

linux neovim pkgstore rpm rpm-package rpm-packages rpm-spec vim

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Neovim

**Neovim** is a project that seeks to aggressively refactor Vim in order to:

- Simplify maintenance and encourage contributions.
- Split the work between multiple developers.
- Enable advanced UIs without modifications to the core.
- Maximize extensibility.

## Install

### Fedora COPR

```
$ dnf copr enable pkgstore/neovim
$ dnf install -y neovim
```

### Open Build Service (OBS)

```
# Work in Progress
```

## Update

```
$ dnf upgrade -y neovim
```

## Remove

```
$ dnf erase -y neovim
$ dnf copr remove pkgstore/neovim
```

## How to Build

1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/neovim).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/neovim) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.