Skip to content

Instantly share code, notes, and snippets.

@ohneda
Created August 23, 2012 03:39
Show Gist options
  • Save ohneda/3431974 to your computer and use it in GitHub Desktop.
Save ohneda/3431974 to your computer and use it in GitHub Desktop.
.vimrc
syntax on
set expandtab
set tabstop=4
set shiftwidth=4
set softtabstop=0
set number
set smartindent
set incsearch
set hlsearch
set autoindent
let g:git_bin = '/opt/local/bin/git'
set runtimepath+=$HOME/Dropbox/home/.vim
highlight JpSpace cterm=underline ctermfg=Blue guifg=Blue
au BufRead,BufNew * match JpSpace / /
set backupskip=/tmp/*,/private/tmp/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment