This script automatically builds, installs and configures Neovim. It's made for Raspberry Pis, for which there isn't prebuilt images available, but runs perfectly on Ubuntu, and probably other Linux distributions.
- Updates repositories (apt update)
- Installs the required tools for building Neovim
- Downloads and compiles the latest stable version of Neovim
- Installs Neovim (Release version)
- Installs vim-plug (a plugin manager for vim/neovim)
- Configures Neovim (Configuration file: https://github.com/etokheim/nvim-config.git)
- Clone this repository
- Run the install.sh:
./install.sh
- Move all confirm dialogs to the start, so the install can happen without anyone there
- Auto install Node and NPM if they are missing