Skip to content

Instantly share code, notes, and snippets.

@jxnblk
Created September 4, 2013 22:16
Show Gist options
  • Save jxnblk/6443575 to your computer and use it in GitHub Desktop.
Save jxnblk/6443575 to your computer and use it in GitHub Desktop.
.gvimrc work in progress
set nocompatible
set history=256
set runtimepath^=~/.vim/bundle/ctrlp.vim
execute pathogen#infect()
nnoremap ff :CtrlP<CR>
set expandtab
set autoindent
set tabstop=2
set shiftwidth=2
set smarttab
filetype plugin indent on
set nu
set guifont=Source\ Code\ Pro:h18
" syntax enable
colorscheme jxn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment