Skip to content

Instantly share code, notes, and snippets.

@joshleblanc
Created August 22, 2017 17:07
Show Gist options
  • Save joshleblanc/78a4b9a3fbacc2a12de3bddcfe4e800b to your computer and use it in GitHub Desktop.
Save joshleblanc/78a4b9a3fbacc2a12de3bddcfe4e800b to your computer and use it in GitHub Desktop.
set number
set linebreak
set showbreak=+++
set textwidth=100
set showmatch
set visualbell
set hlsearch
set smartcase
set ignorecase
set incsearch
set expandtab
set shiftwidth-4
set smartindent
set smarttab
set softtabstop-4
set ruler
set undolevels=1000
set backspace=indent,eol, start
set cc=7,73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment