Via Neovim Release
Step to install
- Chose Neovim version under
Assets
section (ex: NVIM v0.7.0) - Download
nvim-macos.tar.gz
- Extract:
tar xzvf nvim-macos.tar.gz
- Run
./nvim-osx64/bin/nvim
Check current installed Neovim
~/nvim-linux64/bin/nvim -v
Set an alias for easy access
alias nvim='~/nvim-linux64/bin/nvim'
Now we can use nvim
nvim -v
Via Homebrew
Install
brew install neovim
Or install the development version of Nvim:
brew install --HEAD neovim
To update the development version of Nvim:
brew reinstall neovim
Use
nvim
Note: the program name is nvim (not neovim)
In nvim, run :CheckHealth
. It checks for common problems and best practices.
For windows
You can delete
C:\Users\zeyna\AppData\Local\nvim
andC:\Users\zeyna\AppData\Local\nvim-data
.If nvim is still available you can check the exact location of neovim from system environment variables and then delete that folder.