Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 481 Bytes

This is my current vim config. It changes on a regular basis.

Mainly configured for JavaScript development.

Installation

Clone the repo anywhere you want bar ~/.vim, then run:

make install

This backs up existing .vimrc and .vim to .vimrc.bak and .vim.bak respectively.

Updating

To update plugins, run:

make update

N.B: you need to have curl installed. If you don't want to/can't install curl, you need to update the Makefile to use wget