Skip to content

Instantly share code, notes, and snippets.

@cfobel
Created December 15, 2014 15:55
Show Gist options
  • Save cfobel/9e492801d0e3e23e84e1 to your computer and use it in GitHub Desktop.
Save cfobel/9e492801d0e3e23e84e1 to your computer and use it in GitHub Desktop.
Customized vim plugin bundles
" Modeline and Notes {
" vim: set foldmarker={,} foldlevel=0 foldmethod=marker spell:
"
" __ _ _____ _
" ___ _ __ / _/ |___ / __ __(_)_ __ ___
" / __| '_ \| |_| | |_ \ _____\ \ / /| | '_ ` _ \
" \__ \ |_) | _| |___) |_____|\ V / | | | | | | |
" |___/ .__/|_| |_|____/ \_/ |_|_| |_| |_|
" |_|
"
" This is the personal .vimrc.bundles file of Steve Francia.
" While much of it is beneficial for general use, I would
" recommend picking out the parts you want and understand.
"
" You can find me at http://spf13.com
" }
" Bundles {
Bundle 'arsenerei/vim-ragel'
Bundle "myusuf3/numbers.vim"
Bundle 'neilagabriel/vim-geeknote'
Bundle 'jmcantrell/vim-virtualenv'
" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment