Created
January 18, 2015 21:06
-
-
Save esammer/a6f0ca3c77efa8ba4169 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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