Skip to content

Commit

Permalink
fix emmet version
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Dec 12, 2016
1 parent d7435ea commit 7235f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ WebVim is only a Vim distribution with plugins and configuration, so all common
| Wrap in double quote | `<leader>"` | nv | |
| |
| __Emmet__ |
| Expand abbreviation | `kj` | i | |
| Expand abbreviation | `kj` | i | html,css,scss |
| |
| _Next sections to come soon_ |
| |
Expand Down
3 changes: 1 addition & 2 deletions plugins/def.vim
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Plug 'Valloric/YouCompleteMe', { 'commit' : 'ddf18cc6ec3bb010
Plug 'moll/vim-node', { 'commit' : '13b31218447335e176d46dd5f497b274f7f49595'}
Plug 'syngan/vim-vimlint', { 'commit' : 'c8b9cd9d8a0fb6dc69667d32819aeef503cff55c'}
Plug 'ynkdir/vim-vimlparser', { 'commit' : '2fff43c58968a18bc01bc8304df68bde01af04d9'}
Plug 'mattn/emmet-vim'

Plug 'mattn/emmet-vim', { 'commit' : '5b217264dde398699849a0211bbe1a917d8b2f7a'}

call plug#end()

0 comments on commit 7235f70

Please sign in to comment.