1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

remove plugin emmet.vim

Rarely used.
This commit is contained in:
jdhao 2021-04-08 00:20:28 +08:00
parent 3fb9969eba
commit 2f719f9861

View File

@ -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'