Skip to content

Instantly share code, notes, and snippets.

""""""""""""""""""""""""""""""""""""""
" For vundle
" to install all plugins:
" vim +PluginInstall +qall
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
""""""""""""""""""""""""""""""""""""""