diff --git a/plugins.vim b/plugins.vim index 83be177..a351ce3 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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'