Plugins: add HTML and Javascript

This commit is contained in:
Marco Hinz 2016-01-28 23:30:33 +01:00
parent dfe74edb8e
commit 019a2423ac

View File

@ -18,6 +18,8 @@
#### [By filetype](#by-filetype-1) #### [By filetype](#by-filetype-1)
- [HTML](#html)
- [Javascript](#javascript)
- [Lua](#lua) - [Lua](#lua)
## By topic ## By topic
@ -133,6 +135,22 @@ Also see [fuzzy finders](#fuzzy-finders).
## By filetype ## 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
- [lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin) - [lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin)