Created
August 19, 2018 18:54
-
-
Save jtryan/aa9588e06f01d523005917a71159ce92 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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