欲しいプラグインなどを .vimrc に書く 設定部分は、 1. nerdcommenter はカンマ連打でコメントをトグルするようにしている 2. Powerline というステータス行がおしゃれになるものを設定している filetype off " required! set rtp+=~/.vim/bundle/vundle/ call vundle#rc() Bundle 'gmarik/vundle' Bundle 'vim-ruby/vim-ruby' Bundle 'tpope/vim-rails.git' Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-cucumber' Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-vividchalk' Bundle 'Lokaltog/vim-po