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

Add emmet.vim

This commit is contained in:
jdhao 2020-03-09 00:45:39 +08:00
parent a5e5c8cba4
commit 19420932cf

View File

@ -284,6 +284,10 @@ if (g:is_linux || g:is_mac) && executable('tmux')
endif
"}}
"{{ HTML related
Plug 'mattn/emmet-vim'
"}}
"{{ Misc plugins
" Automatically toggle line number based on several conditions
Plug 'jeffkreeftmeijer/vim-numbertoggle'