Skip to content

Instantly share code, notes, and snippets.

View Algomancer's full-sized avatar
💌
Hmu if your gradients are misbehaving, email in profile.

Adam Hibble Algomancer

💌
Hmu if your gradients are misbehaving, email in profile.
  • Mancer Labs
  • Brisbane, AU
View GitHub Profile
@haskellcamargo
haskellcamargo / .vimrc
Last active August 3, 2016 17:27
Camargo's Vim Configuration
set nocompatible
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
set rtp+=/usr/local/lib/python2.7/dist-packages/powerline/bindings/vim/
" Always show statusline
set laststatus=2