patschi

Vundle

Sep 8th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. set nocompatible " be iMproved
  2. filetype off " required!
  3.  
  4. set rtp+=~/.vim/bundle/vundle/
  5. call vundle#rc()
  6.  
  7. " let Vundle manage Vundle
  8. " required!
  9. Bundle 'gmarik/vundle'
  10.  
  11. " original repos on github
  12. Bundle 'Lokaltog/vim-easymotion'
  13. Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
  14. Bundle 'wakatime/vim-wakatime'
  15.  
  16. filetype plugin indent on " required!
  17. "
  18. " Brief help
  19. " :BundleList - list configured bundles
  20. " :BundleInstall(!) - install(update) bundles
  21. " :BundleSearch(!) foo - search(or refresh cache first) for foo
  22. " :BundleClean(!) - confirm(or auto-approve) removal of unused bundles
  23. "
  24. " see :h vundle for more details or wiki for FAQ
  25. " NOTE: comments after Bundle command are not allowed..
Advertisement
Add Comment
Please, Sign In to add comment