Merge pull request #167 from mattkatz/patch-1

Adding instructions for using Vundle
This commit is contained in:
mattn
2013-11-06 19:22:14 -08:00

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: