Skip to content

Instantly share code, notes, and snippets.

@ryross
Created May 12, 2013 19:10
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 ryross/5564565 to your computer and use it in GitHub Desktop.
Save ryross/5564565 to your computer and use it in GitHub Desktop.
windows gvim rc
execute pathogen#infect()
syntax on
filetype plugin indent on
colorscheme slate
set guifont=courier_new:h11
:let mapleader = ","
map <leader>n :NERDTreeToggle<CR>
set guioptions-=T
set guioptions-=m
set guioptions-=r
set ts=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment