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