- A script for installing Neovim along with some useful plugins and basic settings in Ubuntu.
It only works on Ubuntu 16.04/18.04
The script will do the following tasks:
- Install Neovim via Ubuntu PPA server
- Install Vundle plugin
- Install ctags as Tagbar plugin's dependency
- Copy the provided vim scripts files to
~/.config/nvim
- If the directory already exists, the original content will be moved to
~/.config/nvim_backup
- If the directory already exists, the original content will be moved to
- Install other plugins in the provided vim scripts via Vundle
- Clone this repository
- Under the cloned directory,
$ sudo ./install.sh
- Wait for the installing process to be done
- Do not interrupt it when switching to Neovim's interface
- The message
successfully completed!
will show up when the whole process has finished
- Try
$ nvim
to see if everything works properly