Skip to content

Instantly share code, notes, and snippets.

View Evan2804's full-sized avatar
🐵

Evan Metcalfe Evan2804

🐵
View GitHub Profile
@Evan2804
Evan2804 / .vimrc
Created October 30, 2020 14:54
.vimrc
syntax on
set noerrorbells
set tabstop=4 softtabstop=4
set shiftwidth=4
set expandtab
set smartindent
set number relativenumber
set nowrap
set smartcase