Create live-image for Grit OS

vundle.vim 203B

1234567891011121314
  1. filetype off
  2. set rtp+=~/.vim/bundle/vundle/
  3. set rtp+=~/.vim/vundles/
  4. call vundle#rc()
  5. " Self management.
  6. Bundle "gmarik/vundle"
  7. runtime appearance.vundle
  8. runtime ide.vundle
  9. filetype plugin indent on