From 19420932cf0f8e7e5a33016b6210ed7fc60a6cfc Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 9 Mar 2020 00:45:39 +0800 Subject: [PATCH] Add emmet.vim --- plugins.vim | 4 ++++ 1 file changed, 4 insertions(+) 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'