forked from VimPlug/emmet-vim
Revert back to https:// url type as this is Github's recommended type. See http://stackoverflow.com/questions/11041729/why-does-github-recommend-https-over-ssh
This commit is contained in:
@@ -16,7 +16,7 @@ which provides support for expanding abbreviations similar to
|
|||||||
To install using pathogen.vim:
|
To install using pathogen.vim:
|
||||||
|
|
||||||
cd ~/.vim/bundle
|
cd ~/.vim/bundle
|
||||||
git clone git@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
|
||||||
@@ -25,11 +25,11 @@ To install using [Vundle|https://github.com/gmarik/vundle]:
|
|||||||
To checkout the source from repository:
|
To checkout the source from repository:
|
||||||
|
|
||||||
cd ~/.vim/bundle
|
cd ~/.vim/bundle
|
||||||
git clone git@github.com:mattn/emmet-vim.git
|
git clone https://github.com/mattn/emmet-vim.git
|
||||||
|
|
||||||
or:
|
or:
|
||||||
|
|
||||||
git clone git@github.com:mattn/emmet-vim.git
|
git clone https://github.com/mattn/emmet-vim.git
|
||||||
cd emmet-vim
|
cd emmet-vim
|
||||||
cp plugin/emmet.vim ~/.vim/plugin/
|
cp plugin/emmet.vim ~/.vim/plugin/
|
||||||
cp autoload/emmet.vim ~/.vim/autoload/
|
cp autoload/emmet.vim ~/.vim/autoload/
|
||||||
|
|||||||
Reference in New Issue
Block a user