From 7235f7064df8b4a183ae103122166b288acc40be Mon Sep 17 00:00:00 2001 From: Bertrand Chevrier Date: Mon, 12 Dec 2016 09:54:46 +0100 Subject: [PATCH] fix emmet version --- README.md | 2 +- plugins/def.vim | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 785ea0a..7b0214c 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ WebVim is only a Vim distribution with plugins and configuration, so all common | Wrap in double quote | `"` | nv | | | | | __Emmet__ | -| Expand abbreviation | `kj` | i | | +| Expand abbreviation | `kj` | i | html,css,scss | | | | _Next sections to come soon_ | | | diff --git a/plugins/def.vim b/plugins/def.vim index 27ddc25..6195149 100644 --- a/plugins/def.vim +++ b/plugins/def.vim @@ -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()