Skip to content

Instantly share code, notes, and snippets.

@yask123
Created April 19, 2015 13:17
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 yask123/361e25c91a29c0ce176a to your computer and use it in GitHub Desktop.
Save yask123/361e25c91a29c0ce176a to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax enable
syntax on
filetype plugin indent on
set backspace=2
set background=dark
let g:solarized_termtrans = 1
let g:solarized_visibility = "high"
let g:solarized_contrast = "high"
let g:solarized_termcolors=256
colorscheme solarized
let python_highlight_all = 1
nnoremap <silent> <F9> :!clear;python %<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment