Created
October 9, 2015 19:05
-
-
Save brycefisher/2e1d11986fd19f0deea4 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 autochdir | |
set nobackup | |
set nowritebackup | |
set noswapfile | |
set list listchars=tab:→\ ,trail:· | |
set tabstop=4 | |
set smartindent | |
set fo=tcrq | |
set showmode | |
set showcmd | |
set wildmenu | |
let loaded_matchparen = 1 "Do NOT match parens -- this is really painful when doing vim in the shell. | |
set ruler | |
set rnu | |
set nowrap | |
syntax on | |
set guifont=Source_Code_Pro:h16 | |
colorscheme base16-default | |
set background=dark | |
execute pathogen#infect() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment