Skip to content

Instantly share code, notes, and snippets.

@stephenlb
stephenlb / .vimrc
Last active June 7, 2026 19:42
Stephen's Vim RC File
set nowrap
set nobackup
set undofile " Undo across sessions
set undolevels=800 " Keep 800 changes to be undone
set undodir=~/.vim/tmp/undo//
set noswapfile
set t_Co=256
set background=dark
colorscheme gruvbox