Created
December 15, 2014 15:55
-
-
Save cfobel/9e492801d0e3e23e84e1 to your computer and use it in GitHub Desktop.
Customized vim plugin bundles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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