From 2f719f9861926561ea25f72d557a72c540b72f9e Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 8 Apr 2021 00:20:28 +0800 Subject: [PATCH] remove plugin emmet.vim Rarely used. --- core/plugins.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/plugins.vim b/core/plugins.vim index b74622e..a264a3f 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -256,10 +256,6 @@ if executable('tmux') endif "}} -"{{ HTML related -Plug 'mattn/emmet-vim', { 'for': ['markdown', 'javascript', 'css'] } -"}} - "{{ Misc plugins " Modern matchit implementation Plug 'andymass/vim-matchup'