Vimmer 達の vimrc

有名な Vim 使いが github で公開している vimrc を簡単にまとめてみました.
一段落ついたら参考にして自分の vimrc を見直そうと思います.

  • Shougo さん

https://github.com/Shougo/shougo-s-github/blob/master/vim/.vimrc

  • kana さん

https://github.com/kana/config/blob/master/vim/personal/dot.vimrc

  • tyru さん

https://github.com/tyru/dotfiles/blob/master/dotfiles/.vim/init.vim

  • ujihisa さん

https://github.com/ujihisa/config/blob/master/_vimrc

  • tpope さん

https://github.com/tpope/tpope/blob/master/.vimrc

  • gmarik さん

https://github.com/gmarik/vimfiles/blob/master/vimrc

  • aizen さん

https://github.com/alwei/dotfiles/blob/master/.vimrc

  • osyo-manga さん( 3/26 6:27 追加 )

https://github.com/osyo-manga/vimrc

  • thinca さん(9/27 追加)

https://gist.github.com/3666285

  • rbtnn さん(9/27 追加)

https://github.com/rbtnn/vimrc

  • LeafCage さん(9/27 追加)

https://github.com/LeafCage/dotfiles/blob/master/.vimrc

gvimrc も大抵同じディレクトリに公開されていると思います.
気をつけて欲しいのは,特定の環境依存のコードなどが含まれている可能性もあるため,理解せずにコピペしないようにしてほしいということです.
よく分からない記述に出会った場合は Vim の help を引くことをおすすめします.

あと,「この人の vimrc もすごいよ!」というのがありましたら,教えて頂けると嬉しいです.

追記
コメント欄にも vimrc の URL をいただいているので,そちらも是非参考にしてください.

vimrc 読書会で気になったものも追加しています.