Skip to content

Instantly share code, notes, and snippets.

@ImanMousavi
Forked from backroot/neovim_install.sh
Created March 15, 2021 19:40
Show Gist options
  • Save ImanMousavi/2bab664a6a0ddc673c44d91532ae8f55 to your computer and use it in GitHub Desktop.
Save ImanMousavi/2bab664a6a0ddc673c44d91532ae8f55 to your computer and use it in GitHub Desktop.
neovim install for centos 7
# https://github.com/neovim/neovim/wiki/Installing-Neovim
yum -y install epel-release
curl -o /etc/yum.repos.d/dperson-neovim-epel-7.repo https://copr.fedorainfracloud.org/coprs/dperson/neovim/repo/epel-7/dperson-neovim-epel-7.repo
yum -y install neovim --enablerepo=epel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment