Skip to content

Instantly share code, notes, and snippets.

@daltondiaz
Last active March 8, 2024 20:49
Show Gist options
  • Save daltondiaz/e85fa4dd9ccf7002c653158ad14018d2 to your computer and use it in GitHub Desktop.
Save daltondiaz/e85fa4dd9ccf7002c653158ad14018d2 to your computer and use it in GitHub Desktop.

Install lastest version of Neovim

git clone https://github.com/neovim/neovim /tmp/neovim && cd /tmp/neovim && git checkout stable && make CMAKE_BUILD_TYPE=RelWithDebInfo && sudo make install

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