aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-04-08 00:20:28 +0800
committerjdhao <jdhao@hotmail.com>2021-04-08 00:20:28 +0800
commit2f719f9861926561ea25f72d557a72c540b72f9e (patch)
tree1e1e9b604eccbc016fee94f7d601ae84f584e80e /core/plugins.vim
parent3fb9969ebadd8e80c30cf8b1507958e31f9a4a86 (diff)
remove plugin emmet.vim
Rarely used.
Diffstat (limited to 'core/plugins.vim')
-rw-r--r--core/plugins.vim4
1 files changed, 0 insertions, 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'