Skip to content

Instantly share code, notes, and snippets.

@brycefisher
Created October 9, 2015 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brycefisher/2e1d11986fd19f0deea4 to your computer and use it in GitHub Desktop.
Save brycefisher/2e1d11986fd19f0deea4 to your computer and use it in GitHub Desktop.
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