vimfiles

September 17, 2019 ยท View on GitHub

A collection of files used to customize my Vim environment.

Installation

git clone git://github.com/DavidCain/vimfiles.git ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc

vim-plug will automatically install itself + dependencies on first load:

vim

Dependency management

Update dependencies

vim -c "PlugClean | PlugInstall"

Upgrade vim-plug itself

vim -c "PlugUpgrade"

Contents

  1. 1Installation
  2. 2Dependency management
  3. 2.1Update dependencies
  4. 2.2Upgrade vim-plug itself