Skip to content

Instantly share code, notes, and snippets.

View aarshpatel's full-sized avatar
🎯
Focusing

Aarsh Patel aarshpatel

🎯
Focusing
View GitHub Profile
@aarshpatel
aarshpatel / .vimrc
Created December 2, 2019 17:50 — forked from amaxwell01/.vimrc
My .vimrc file
"=== Colors ==="
colorscheme andrewmaxwell-1
syntax on
set number " Show line numbers
set cursorline " Highlight the currently selected line
set undolevels=1000 " Set undo amount to 1000
set ignorecase " Enable case insenstive search
set ruler " show current position at bottom