NVIM --- NeoVim
Vim PLugin manager
python>=3.5
git
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage
sudo pacman -S neovim
sudo apt-get install neovim
emerge -a app-editors/neovim
sudo dnf install -y neovim python3-neovim
for more help about Neovim visit the Official github page NEOVIM
git clone https://github.com/knight-byte/Vim-Configuration.git
if you Dont have the .config/nvim/init.vim
Then make a dir and create init.vim in it
mkdir .config/nvim
cd .config/nvim
touch init.vim
install pip for neovim
pip install neovim
pip install pynvim
Open/Run nvim Then type
#to update and install plugin
:PlugInstall
#to install Co-python
:CocInstall coc-python