Fix Vundle instructions

- Fix syntax to work in .vimrc
- The Bundle command is being renamed to Plugin (although Bundle still
  works for now)
This commit is contained in:
Matijs van Zuijlen
2014-07-24 08:13:18 +02:00
parent 2b94508a46
commit 92fa2e568f

View File

@@ -20,8 +20,8 @@ To install using pathogen.vim:
To install using [Vundle](https://github.com/gmarik/vundle):
# add this line to your .vimrc file
Bundle "mattn/emmet-vim"
" add this line to your .vimrc file
Plugin 'mattn/emmet-vim'
To checkout the source from repository: