Last active
October 10, 2015 20:18
-
-
Save jonatasnona/3745094 to your computer and use it in GitHub Desktop.
VIM: Plugins configuration
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
command-t | |
cd ~/.vim/bundle/command-t/ruby/command-t | |
# requires ruby 1.9.* | |
ruby extconf.rb | |
make | |
syntastic | |
aptitude install pylint tidy | |
npm install jshint -g | |
npm install csslint -g | |
npm install jsonlint -g | |
Gist | |
git config --global github.user <username> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment