From 019a2423acb33bd7cf757133ebabb413a25dca23 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 28 Jan 2016 23:30:33 +0100 Subject: [PATCH] Plugins: add HTML and Javascript --- content/plugins.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/plugins.md b/content/plugins.md index 904d68c..69ffe39 100644 --- a/content/plugins.md +++ b/content/plugins.md @@ -18,6 +18,8 @@ #### [By filetype](#by-filetype-1) +- [HTML](#html) +- [Javascript](#javascript) - [Lua](#lua) ## By topic @@ -133,6 +135,22 @@ Also see [fuzzy finders](#fuzzy-finders). ## By filetype +#### HTML + +- [emmet](https://github.com/mattn/emmet-vim) +- [html5](https://github.com/othree/html5.vim) + +#### Javascript + +- [es.next.syntax](https://github.com/othree/es.next.syntax.vim) +- [esformatter](https://github.com/millermedeiros/vim-esformatter) +- [javascript-libraries-syntax](https://github.com/othree/javascript-libraries-syntax.vim) +- [javascript-syntax](https://github.com/jelera/vim-javascript-syntax) +- [javascript](https://github.com/pangloss/vim-javascript) +- [node-vim-debugger](https://github.com/sidorares/node-vim-debugger) +- [node](https://github.com/moll/vim-node) +- [tern_for_vim](https://github.com/ternjs/tern_for_vim) + #### Lua - [lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin)