Created
September 4, 2013 22:16
-
-
Save jxnblk/6443575 to your computer and use it in GitHub Desktop.
.gvimrc work in progress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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