diff options
| author | jdhao <jdhao@hotmail.com> | 2020-03-09 00:45:39 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-03-09 00:45:39 +0800 |
| commit | 19420932cf0f8e7e5a33016b6210ed7fc60a6cfc (patch) | |
| tree | aa30982c6dcd17703ce2a2e894da4572e995df81 /plugins.vim | |
| parent | a5e5c8cba402e43c12bb2bc41ca1c7145ea2d7fa (diff) | |
Add emmet.vim
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 4 |
1 files changed, 4 insertions, 0 deletions
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' |
