Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-neovim
- Owner: pkgstore-old
- License: other
- Created: 2021-07-04T08:10:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T10:27:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-25T04:36:01.946Z (about 2 months ago)
- Topics: linux, neovim, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec, vim
- Language: Vim script
- Size: 16.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
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.