Skip to content

Instantly share code, notes, and snippets.

@gaejabong
Created February 2, 2016 13:19
Show Gist options
  • Save gaejabong/6c24c98f6eccb36902b8 to your computer and use it in GitHub Desktop.
Save gaejabong/6c24c98f6eccb36902b8 to your computer and use it in GitHub Desktop.
plugins.vim
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-vinegar'
Plugin 'scrooloose/nerdtree'
Plugin 'ctrlpvim/ctrlp.vim'
call vundle#end() " required
filetype plugin indent on " required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment