Skip to content

Instantly share code, notes, and snippets.

@zwpp
Created March 10, 2014 08:54
Show Gist options
  • Save zwpp/9461604 to your computer and use it in GitHub Desktop.
Save zwpp/9461604 to your computer and use it in GitHub Desktop.
source ~/.vundle_vimrc "to use https://github.com/gmarik/Vundle.vim
Bundle 'mattn/gist-vim'
Bundle 'mattn/webapi-vim'
syntax on
set number
set nocompatible
set notimeout
set ttimeout
set timeoutlen=100
set encoding=utf-8
set fileencodings=ucs-bom,iso-2022-jp,utf-8,cp932,euc-jp,default,latin
set tabstop=4
colorscheme railscasts
set list
set listchars=tab:»\ ,trail:-,eol:↲,extends:»,precedes:«,nbsp:%
set backup
"set backupdir=$HOME/.vim/backup
set directory=$HOME/.vim/swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment