Skip to content

Instantly share code, notes, and snippets.

@1f47a
1f47a / .vimrc
Last active August 29, 2015 14:22 — forked from gosukiwi/.vimrc
little bit commented out
" ---------------------- 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