From d60db487771c81c1907e51427ff88a5dfe2efcb0 Mon Sep 17 00:00:00 2001 From: mattkatz Date: Wed, 6 Nov 2013 19:17:00 -0500 Subject: [PATCH] Adding instructions for using Vundle Vundle is like pathogen but just an eeeensy bit better. --- README.mkd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.mkd b/README.mkd index 9db70bc..07ca3d8 100644 --- a/README.mkd +++ b/README.mkd @@ -17,6 +17,10 @@ To install using pathogen.vim: cd ~/.vim/bundle unzip /path/to/emmet-vim.zip + +To install using [Vundle|https://github.com/gmarik/vundle]: + #add this line to your .vimrc file + Bundle "mattn/emmet-vim" To checkout the source from repository: