Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View IceManNCSU's full-sized avatar

IceManNCSU

View GitHub Profile
@IceManNCSU
IceManNCSU / .vimrc
Created February 11, 2018 18:27 — forked from simonista/.vimrc
A basic .vimrc file that will serve as a good template on which to build.
" 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