#!/bin/bash
apt install xsel
pip3 install pynvim
apt install npm
apt install nodejs
apt install watchman
npm i -g yarn
npm i -g neovim
- install neovim
apt install neovim
- store this in ~/.config ; if u dont have it just create one (
mkdir ~/.config
) - copy nvim to ~/.config ;
cp -r ./nvim ~/.config/
- then open neovim and check if there is any errors
nvim file
;:PlugStatus
and:checkhealth
- Install and update all of your plugins
:PlugInstall
;:PlugUpdate
- clean
:PlugClean
- Finally if you want to upgrade vim-plug itself run the following
:PlugUpgrade