Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Vim Plug - my favorite plugin manager

Vim Plug - my favorite plugin manager

I will go through vim-plug and tell you why it's the best plugin manager for Vim in the world.

Matthias Günther

February 20, 2015
Tweet

More Decks by Matthias Günther

Other Decks in Technology

Transcript

  1. On-demand loading Plug 'Eckankar/vim-latex-folding', { 'for': 'tex' } Plug 'othree/html5-syntax.vim',

    { 'for': ['html', 'md'] } Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
  2. Using git URL and tag Plug 'https://github.com/Shougo/neosnippet.vim' Plug 'bling/vim-airline' ,

    'v0.7' Plug 'wikimatze/tocdown', { 'tag': 'v.1.0.1', 'on': 'TocdownToggle' }
  3. Commands III PlugStatus … Check the status of plugins (loaded?)

    PlugSnapshot [output path] … generate script for restoring the current snapshot of the plugins