Merge pull request #462 from baxter2/installation-pathogen

explicit installation instructions for pathogen
This commit is contained in:
mattn
2019-07-24 15:34:43 +09:00
committed by GitHub

View File

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