Skip to content

Instantly share code, notes, and snippets.

View bvanderlugt's full-sized avatar
🌵

Blair Vanderlugt bvanderlugt

🌵
View GitHub Profile
@gosukiwi
gosukiwi / .vimrc
Last active February 24, 2020 06:01
.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