Merge pull request #394 from theRemix/doc/plug-install

README for vim-plug installation
This commit is contained in:
mattn
2017-11-01 20:01:42 +09:00
committed by GitHub

View File

@@ -19,12 +19,17 @@ To install using pathogen.vim:
cd ~/.vim/bundle cd ~/.vim/bundle
git clone https://github.com/mattn/emmet-vim.git 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):
" add this line to your .vimrc file " add this line to your .vimrc file
Plugin 'mattn/emmet-vim' Plugin 'mattn/emmet-vim'
To install using [Vim-Plug](https://github.com/junegunn/vim-plug):
" add this line to your .vimrc file
Plug 'mattn/emmet-vim'
To checkout the source from repository: To checkout the source from repository:
cd ~/.vim/bundle cd ~/.vim/bundle