Update README.mkd

This commit is contained in:
snxx
2021-09-29 00:03:02 +05:00
committed by GitHub
parent 413fb145fe
commit f2a80ddfa2

View File

@@ -29,14 +29,14 @@ git clone https://github.com/mattn/emmet-vim.git ~/.vim/bundle/emmet-vim
To install using [Vundle](https://github.com/gmarik/vundle): To install using [Vundle](https://github.com/gmarik/vundle):
``` ```vim
" 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): To install using [Vim-Plug](https://github.com/junegunn/vim-plug):
``` ```vim
" add this line to your .vimrc file " add this line to your .vimrc file
Plug 'mattn/emmet-vim' Plug 'mattn/emmet-vim'
``` ```