Skip to content

Instantly share code, notes, and snippets.

@jtryan
Created August 19, 2018 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtryan/aa9588e06f01d523005917a71159ce92 to your computer and use it in GitHub Desktop.
Save jtryan/aa9588e06f01d523005917a71159ce92 to your computer and use it in GitHub Desktop.
set nocompatible
set tabstop=4
set shiftwidth=4
set expandtab
set hlsearch
set incsearch
set guioptions-=e
set linespace=16
set number
set cursorline
set noerrorbells
set showmatch
set wildmenu
set scrolljump=5
set scrolloff=3
set laststatus=2
set ruler
syntax on
set noerrorbells
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment