Pre-requisites
Installation
The installation process is very simple, and only requires a couple of simple commands.
If you have an existing config, make a backup:
$ mv ~/.config/nvim ~/.config/nvim.backup
Mac / Linux:
Clone the repo:$ git clone https://github.com/SiVim/SiVim ~/.config/nvim
Install Vim-Plug:$ curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Finally, enter SiVim, and enter the following:
:PlugInstall
Windows:
Windows has currently not been tested, and therefore cannot be installed correctly.
Uninstallation
Uninstallation is very simple, and only consists of removing the Neovim config files:
rm ~/.config/nvim/init.vim
rm -rf ~/.config/nvim/general
rm -rf ~/.config/nvim/vim-plug
In addition, you can optionally remove your autoload directory if you continue to use Vim-Plug:
$ rm -rf ~/.config/nvim/autoload