mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
Merge pull request #167 from mattkatz/patch-1
Adding instructions for using Vundle
This commit is contained in:
@@ -17,6 +17,10 @@ To install using pathogen.vim:
|
|||||||
|
|
||||||
cd ~/.vim/bundle
|
cd ~/.vim/bundle
|
||||||
unzip /path/to/emmet-vim.zip
|
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:
|
To checkout the source from repository:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user