Skip to content

Instantly share code, notes, and snippets.

View WizKIDz's full-sized avatar

Austin Crane WizKIDz

View GitHub Profile
@WizKIDz
WizKIDz / .vimrc
Created January 22, 2016 16:49 — forked from gosukiwi/.vimrc
.vimrc
" ---------------------- USABILITY CONFIGURATION ----------------------
" Basic and pretty much needed settings to provide a solid base for
" source code editting
" don't make vim compatible with vi
set nocompatible
" turn on syntax highlighting
syntax on
" and show line numbers