Skip to content

Instantly share code, notes, and snippets.

@teamon
Last active August 29, 2015 14:02
Show Gist options
  • Save teamon/199330e37cc4b00b711f to your computer and use it in GitHub Desktop.
Save teamon/199330e37cc4b00b711f to your computer and use it in GitHub Desktop.
set number
set nowrap
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=2
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