sudo snap install --beta nvim --classicgit clone https://github.com/Jay-flow/nvim.git ~/.config/nvim- Install vim-plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'- Open the init.vim file
nvim ~/.config/nvim/init.vim- Install Plugin
:PlugInstall- Open the file
nvim ~/.zshrc- Add below the command
alias vim="nvim"- Apply
source ~/.zshrc