Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 835 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 835 Bytes

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.
  2. Write last commit SHA from src.fedoraproject.org to CHANGELOG.
  3. Modify & update source (and *.spec).
  4. Build SRPM & RPM.