Last active
August 29, 2015 14:18
-
-
Save fuksito/a32c361d73637a2af63b to your computer and use it in GitHub Desktop.
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
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