Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 482 Bytes

File metadata and controls

25 lines (14 loc) · 482 Bytes

vimfiles

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"