Skip to content

Instantly share code, notes, and snippets.

@jonatasnona
Last active October 10, 2015 20:18
Show Gist options
  • Save jonatasnona/3745094 to your computer and use it in GitHub Desktop.
Save jonatasnona/3745094 to your computer and use it in GitHub Desktop.
VIM: Plugins configuration
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