Skip to content

Instantly share code, notes, and snippets.

@esammer
Created January 18, 2015 21:06
Show Gist options
  • Save esammer/a6f0ca3c77efa8ba4169 to your computer and use it in GitHub Desktop.
Save esammer/a6f0ca3c77efa8ba4169 to your computer and use it in GitHub Desktop.
syntax on
filetype plugin on
set ts=2
set sw=2
set et
set number
set ai
set si
set nowrap
set linebreak
set incsearch
set cursorline
set spellfile=~/.vim-spell.utf-8.add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment