## plug.vim See [the vim.plug homepage](https://github.com/junegunn/vim-plug). To use, download `plug.vim`, put it in `~/.vim/autoload` and then in your `.vimrc` put e.g. ```vim call plug#begin() Plug 'jelera/vim-javascript-syntax' call plug#end() ``` This plug is a [Javascript syntax file](https://github.com/jelera/vim-javascript-syntax)