From f1fba4394419f9928ebc59a6693b749f1b8bff09 Mon Sep 17 00:00:00 2001 From: Jon Borgonia Date: Tue, 31 Oct 2017 20:14:05 -0700 Subject: [PATCH] add instructions for installation with vim-plug --- README.mkd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 8bb52b2..8d85205 100644 --- a/README.mkd +++ b/README.mkd @@ -19,12 +19,17 @@ To install using pathogen.vim: cd ~/.vim/bundle git clone https://github.com/mattn/emmet-vim.git - + To install using [Vundle](https://github.com/gmarik/vundle): " add this line to your .vimrc file 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: cd ~/.vim/bundle