Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created November 29, 2023 12:36
Show Gist options
  • Save anton-petrov/7f8f2cbd378a8bb0d1773007805dd2de to your computer and use it in GitHub Desktop.
Save anton-petrov/7f8f2cbd378a8bb0d1773007805dd2de to your computer and use it in GitHub Desktop.
Install neovim
sudo apt install unzip gettext cmake gcc g++ make
git clone --depth=1 https://github.com/neovim/neovim --branch=release-0.9 /tmp/neovim
cd /tmp/neovim
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