Skip to content

Instantly share code, notes, and snippets.

View sagarbaver's full-sized avatar
:octocat:

Sagar Baver sagarbaver

:octocat:
View GitHub Profile
@sagarbaver
sagarbaver / .vimrc
Created April 10, 2017 09:20 — 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