Posted on ::

To install the latest version of NeoVIM in Debian, using a .deb package, you can download the latest version from:

https://github.com/neovim/neovim-releases

Also, I personally add this configuration to my .zshrc:

# make nvim default vim editor
alias vim="nvim"
export EDITOR="nvim"