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.
$ dnf copr enable pkgstore/neovim
$ dnf install -y neovim
# Work in Progress
$ dnf upgrade -y neovim
$ dnf erase -y neovim
$ dnf copr remove pkgstore/neovim
- Get source from src.fedoraproject.org.
- Write last commit SHA from src.fedoraproject.org to CHANGELOG.
- Modify & update source (and
*.spec
). - Build SRPM & RPM.