Skip to content

Instantly share code, notes, and snippets.

@viktorkelemen
Created July 19, 2012 09:54
Show Gist options
  • Select an option

  • Save viktorkelemen/3142776 to your computer and use it in GitHub Desktop.

Select an option

Save viktorkelemen/3142776 to your computer and use it in GitHub Desktop.
Turning off all plugins in Janus
cd ~/.vim; for submodule in `git submodule | grep -v core | awk '{print $2}'`; do
echo "call janus#disable_plugin('`basename ${submodule}`')" >> ~/.vimrc.before;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment