First install neovim and relevant dependencies
sudo apt install build-essential manpages-dev
sudo add-apt-repository ppa:neovim-ppa/stable -y
sudo apt update
sudo apt install neovim python3-neovim
Then run the setup.sh
script.
./setup.sh
Open NVim from the terminal and install the Plugins:
nvim
:PlugInstall
TODO!
- TODO