Skip to content

Instantly share code, notes, and snippets.

View neversun's full-sized avatar

Robert Scheinpflug neversun

View GitHub Profile
set shell=/bin/bash
set nocompatible " be iMproved, required
filetype off " required
set number
syntax enable
set t_Co=16
set background=dark
colorscheme solarized
set expandtab