Adding instructions for using Vundle

Vundle is like pathogen but just an eeeensy bit better.
This commit is contained in:
mattkatz
2013-11-06 19:17:00 -05:00
parent b8569d50f4
commit d60db48777

View File

@@ -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: