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.

I compiled a list of software and services that I use to improve my workflow, here is the link to the list.

Darryl Dias

I’m Darryl. I’m a 3D Artist, Programmer and Linux enthusiast. On this site I share my insights, tips and tricks, tutorials, methods and best practices.