Skip to content

Instantly share code, notes, and snippets.

@tjarratt
Created November 9, 2020 15:18
Show Gist options
  • Save tjarratt/acaf1ec7f90872c716d8b85dff965acc to your computer and use it in GitHub Desktop.
Save tjarratt/acaf1ec7f90872c716d8b85dff965acc to your computer and use it in GitHub Desktop.
example of a minimal yet just-good-enough vimrc
set number
set linebreak
set showbreak=+++
set textwidth=100
set showmatch
set visualbell
set hlsearch
set smartcase
set ignorecase
set incsearch
set autoindent
set expandtab
set shiftwidth=2
set smartindent
set smarttab
set softtabstop=4
set ruler
set undolevels=1000
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment