Skip to content

Instantly share code, notes, and snippets.

@yaowenqiang
Forked from backroot/neovim_install.sh
Created August 31, 2019 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaowenqiang/d2f8847e7ad5ad00e3dde6c0001fb574 to your computer and use it in GitHub Desktop.
Save yaowenqiang/d2f8847e7ad5ad00e3dde6c0001fb574 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