Skip to content

Instantly share code, notes, and snippets.

@mrioqueiroz
mrioqueiroz / .vimrc
Last active August 21, 2024 17:53
Basic .vimrc
set lazyredraw
set hidden
set number relativenumber
set autoindent expandtab tabstop=2 shiftwidth=2 softtabstop=2
set novisualbell noerrorbells belloff=all
set mouse=a
set ignorecase smartcase incsearch
set nowrap
set wildmode=full