Skip to content

Instantly share code, notes, and snippets.

View igorpardinho's full-sized avatar

Igor Pardinho Lima igorpardinho

View GitHub Profile
@igorpardinho
igorpardinho / .vimrc
Last active March 7, 2026 14:59
vimrc
" ========================
" BASIC SETTINGS
" ========================
set number
set relativenumber
set tabstop=2
set shiftwidth=2
set expandtab
set smartindent
set nowrap