Skip to content

Instantly share code, notes, and snippets.

@rouseguy
Created August 9, 2017 18:53
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 rouseguy/a614601847593733605b2be47348259e to your computer and use it in GitHub Desktop.
Save rouseguy/a614601847593733605b2be47348259e to your computer and use it in GitHub Desktop.
vimrc
execute pathogen#infect()
syntax on
filetype plugin indent on
syntax enable
set background=light
let g:solarized_contrast="high"
colorscheme solarized
set guifont=Hack:h20
set showmatch
let python_highlight_all = 1
set cursorline
set wildmenu
set hlsearch
set tabstop=4
set shiftwidth=4
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment