Skip to content

Instantly share code, notes, and snippets.

@fuksito
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuksito/a32c361d73637a2af63b to your computer and use it in GitHub Desktop.
Save fuksito/a32c361d73637a2af63b to your computer and use it in GitHub Desktop.
echo -e "se nocp\nruntime plugin/netrwPlugin.vim" > /tmp/min.vim && curl -s -XGET https://raw.githubusercontent.com/rstacruz/vim-opinion/master/plugin/opinion.vim >> /tmp/min.vim && curl -s -XGET https://raw.githubusercontent.com/tpope/vim-sensible/master/plugin/sensible.vim >> /tmp/min.vim && curl -s -XGET https://raw.githubusercontent.com/tpope/vim-sleuth/master/plugin/sleuth.vim >> /tmp/min.vim && alias vim='vim -u /tmp/min.vim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment