Skip to content

Instantly share code, notes, and snippets.

@elken
Created January 19, 2014 17:27
Show Gist options
  • Save elken/8508074 to your computer and use it in GitHub Desktop.
Save elken/8508074 to your computer and use it in GitHub Desktop.
cli magic to get vim plugin list
grep "NeoBundle '" .vimrc | awk '{print $2}' | sed -e "s/'//g" -e "s/,//g" > tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment