Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Vim-Plug plugin manager for Vim

📅 2015-Mar-17 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ plugin, vim ⬩ 📚 Archive

vim-plug updating the plugins it is managing.

Vim-Plug is a plugin manager for Vim which can automatically install, upgrade or delete plugins for you. The plugins you want to manage should be available on Github.

$ cd ~/.vim/autoload
$ curl https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -o plug.vim
call plug#begin('~/.vim/plugins_by_vimplug')
Plug 'kien/ctrlp.vim'
Plug 'scrooloose/syntastic'
Plug 'majutsushi/tagbar'
call plug#end()

Tried with: Vim 7.4 and Ubuntu 14.04


© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧