From 0fb8c2e907b17a5587cd816f2f7447a30b24d73d Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 30 Mar 2015 22:32:02 +0900 Subject: [PATCH] Adding HTML5 plugin --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 9e50f64..021d3bd 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -16,6 +16,7 @@ Plug 'https://github.com/mattn/emmet-vim.git' Plug 'https://github.com/michaeljsmith/vim-indent-object.git' Plug 'https://github.com/nathanaelkane/vim-indent-guides.git' Plug 'https://github.com/ntpeters/vim-better-whitespace.git' +Plug 'https://github.com/othree/html5.vim.git' Plug 'https://github.com/pangloss/vim-javascript.git' Plug 'https://github.com/plasticboy/vim-markdown.git' Plug 'https://github.com/scrooloose/nerdtree.git'