# Installation : ```sh git clone git@github.com:a14m/dotvim.git ~/.vim ``` # Create symlinks : ```sh ln -s ~/.vim/.vimrc ~/.vimrc ``` # Installing Plugins : ```sh :PlugInstall ``` # Updating Plugins : ``` :PlugUpdate ``` # Updating Plug (plugins manager) ``` :PlugUpgrade ``` # Dotfiles : other `.dotfiles` setup have been moved to [dotfiles](https://gitlab.com/a14m/dotfiles)