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

VIM Plugin Management

VIM Plugin Management

Plugin management with Pathogen and Vundle
for
VIM Madrid http://www.meetup.com/VIM-Madrid/

Carlos Hernando

October 14, 2014
Tweet

More Decks by Carlos Hernando

Other Decks in Technology

Transcript

  1. .vimrc set nocompatible! filetype off! set rtp+=~/.vim/bundle/Vundle.vim! call vundle#begin()! Plugin

    'gmarik/Vundle.vim'! Plugin 'tpope/vim-fugitive'! call vundle#end()! filetype plugin indent on
  2. About This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike

    3.0 Unported License. To view a copy of this license, visit http:// creativecommons.org/licenses/by-nc-sa/3.0/. Product names, logos and trademarks of other companies which are referenced in this document remain the property of those other companies.