Skip to content

Instantly share code, notes, and snippets.

@mrLuisFer
Last active October 4, 2021 22:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrLuisFer/19b8bc00d7e1295a1a7453a010b5d623 to your computer and use it in GitHub Desktop.
Save mrLuisFer/19b8bc00d7e1295a1a7453a010b5d623 to your computer and use it in GitHub Desktop.
⚡ These are the commands with which we can install Neovim 0.5 or latest in Ubuntu-based distributions and others OS
# Ubunt Based Dist
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim
# Arch Linux
sudo pacman -S neovim
# Fedora
sudo dnf install -y neovim python3-neovim
# Gentoo
emerge -a app-editors/neovim
# Void Linux
sudo xbps-install -S neovim
# Windows
## https://scoop.sh/
scoop install neovim
# or
choco install neovim # for LTS
choco install neovim --pre # pre-release
# MacOs
brew install neovim
# Flatpak
flatpak install flathub io.neovim.nvim
flatpak run io.neovim.nvim
# Android
# https://play.google.com/store/apps/details?id=com.termux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment