Skip to content

Instantly share code, notes, and snippets.

@Genki-S
Created February 6, 2014 00:06
Show Gist options
  • Save Genki-S/8835962 to your computer and use it in GitHub Desktop.
Save Genki-S/8835962 to your computer and use it in GitHub Desktop.
let s:my_bundles = g:yaml_load('~/.vim/bundles.yml')
for bundle in s:my_bundles
for [bundle_source_name, bundle_options] in items(bundle)
execute 'NeoBundle "' . bundle_source_name . '", ' . string(bundle_options)
endfor
endfor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment