300億円欲しい

メジャーリーグのデータ解析します

2013-10-08から1日間の記事一覧

Vimrcを晒す

vim

keymapとvimrcを整理しました これで500行くらい. まだまだ初心者です. " まずはNeoBundleの設定 if has('vim_starting') set runtimepath+=~/.vim/bundle/neobundle.vim/ endif call neobundle#rc(expand('~/.vim/bundle/')) " Let NeoBundle manage NeoBun…