Skip to content

Instantly share code, notes, and snippets.

@sergey-glushakov
Last active July 16, 2023 08:18
Show Gist options
  • Select an option

  • Save sergey-glushakov/a79a97da15b872936da33d80c3a809d4 to your computer and use it in GitHub Desktop.

Select an option

Save sergey-glushakov/a79a97da15b872936da33d80c3a809d4 to your computer and use it in GitHub Desktop.
Installing and running latest version neovim on linux

Installing and running latest version neovim on linux

  1. curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage

  2. chmod u+x nvim.appimage

  3. sudo mv nvim.appimage /usr/local/bin/nvim

  4. nvim

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