Dup Goto 📝

Plug_vim

PT2/editor/vim/plugins 07-31 13:46:46
To Pop
10 lines, 36 words, 340 chars Monday 2023-07-31 13:46:46

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