Guest User

Untitled

a guest
Dec 2nd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.21 KB | None | 0 0
  1. set nocompatible
  2. filetype off
  3. set rtp+=~/.vim/vundle.git/
  4. call vundle#rc()
  5. "Bundle 'Shougo/unite.vim'
  6.  
  7. Bundle 'Shougo/vimproc'
  8. Bundle 'Shougo/vimshell'
  9.  
  10. filetype plugin indent on
  11. helptags ~/.vim/vundle.git/doc
Add Comment
Please, Sign In to add comment