Skip to content

Commit 7235f70

Browse files
committed
fix emmet version
1 parent d7435ea commit 7235f70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ WebVim is only a Vim distribution with plugins and configuration, so all common
211211
| Wrap in double quote | `<leader>"` | nv | |
212212
| |
213213
| __Emmet__ |
214-
| Expand abbreviation | `kj` | i | |
214+
| Expand abbreviation | `kj` | i | html,css,scss |
215215
| |
216216
| _Next sections to come soon_ |
217217
| |

plugins/def.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Plug 'Valloric/YouCompleteMe', { 'commit' : 'ddf18cc6ec3bb010
3535
Plug 'moll/vim-node', { 'commit' : '13b31218447335e176d46dd5f497b274f7f49595'}
3636
Plug 'syngan/vim-vimlint', { 'commit' : 'c8b9cd9d8a0fb6dc69667d32819aeef503cff55c'}
3737
Plug 'ynkdir/vim-vimlparser', { 'commit' : '2fff43c58968a18bc01bc8304df68bde01af04d9'}
38-
Plug 'mattn/emmet-vim'
39-
38+
Plug 'mattn/emmet-vim', { 'commit' : '5b217264dde398699849a0211bbe1a917d8b2f7a'}
4039

4140
call plug#end()

0 commit comments

Comments
 (0)