mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
Merge pull request #462 from baxter2/installation-pathogen
explicit installation instructions for pathogen
This commit is contained in:
@@ -16,10 +16,9 @@ which provides support for expanding abbreviations similar to
|
|||||||
cd ~/.vim
|
cd ~/.vim
|
||||||
unzip emmet-vim.zip
|
unzip emmet-vim.zip
|
||||||
|
|
||||||
To install using pathogen.vim:
|
To install using [pathogen.vim](https://github.com/tpope/vim-pathogen):
|
||||||
|
|
||||||
cd ~/.vim/bundle
|
git clone https://github.com/mattn/emmet-vim.git ~/.vim/bundle/emmet-vim
|
||||||
git clone https://github.com/mattn/emmet-vim.git
|
|
||||||
|
|
||||||
To install using [Vundle](https://github.com/gmarik/vundle):
|
To install using [Vundle](https://github.com/gmarik/vundle):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user