Skip to content

Instantly share code, notes, and snippets.

@backroot
Last active July 16, 2023 10:31
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save backroot/add72227c11759615207cbae79362287 to your computer and use it in GitHub Desktop.
Save backroot/add72227c11759615207cbae79362287 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
@lucasjinreal
Copy link

f**l, this installed nvim 0.2..... toooooo old! please don't install this

@LeeTeng2001
Copy link

thanks @jinfagang

@larrystd
Copy link

thanks for helping a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment