NeoVim is an open source project to rebuild Vim but with better plugin support and more efficiency for more information over the project visit here
Installing
Logging in as administrator.
su –
Adding the Neovim repo for Fedora.
gedit /etc/yum.repos.d/rorgoroth-neovim-fedora-21.repo
Add the following lines in the rorgoroth-neovim-fedora-21.repo
[rorgoroth-neovim]
name=Copr repo for neovim owned by rorgoroth
baseurl=https://copr-be.cloud.fedoraproject.org/results/rorgoroth/neovim/fedora-$releasever-$basearch/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/rorgoroth/neovim/pubkey.gpg
enabled=1
Code language: PHP (php)
Save the file.
Installing NeoVim.
yum install neovim
If you have any questions, feel free to leave a comment below.