Skip to content

Instantly share code, notes, and snippets.

View codefionn's full-sized avatar

Fionn Langhans codefionn

View GitHub Profile
@codefionn
codefionn / .vimrc
Last active March 19, 2020 08:37
My vimrc file
set incsearch hlsearch
set number relativenumber
set cursorline
set nowrap
set tabstop=4 shiftwidth=4 noexpandtab
set colorcolumn=81
syntax on
filetype indent on