Skip to content

Instantly share code, notes, and snippets.

View digitalillusions's full-sized avatar

Stefan Jeske digitalillusions

View GitHub Profile
@digitalillusions
digitalillusions / .vimrc
Last active May 13, 2019 13:44
Current vimrc file for basic settings
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on