Inspired by this post: http://news.ycombinator.org/item?id=2007829<p>I find it useful/informative to get to see what other people have in their text editor configuration file. In the spirit of that, anyone care to share theirs? Mine isn't anything special, but here goes:<p>http://pastebin.com/gUXsprcL
I use Janus (<a href="https://github.com/carlhuda/janus" rel="nofollow">https://github.com/carlhuda/janus</a>) for my vim setup and then customize it via .vimrc.local (<a href="https://github.com/misham/.dotfiles/blob/master/vim/vimrc.local" rel="nofollow">https://github.com/misham/.dotfiles/blob/master/vim/vimrc.lo...</a>)
Here's my .vimrc:
<a href="https://github.com/quesada/dotfiles/blob/master/.vimrc" rel="nofollow">https://github.com/quesada/dotfiles/blob/master/.vimrc</a><p>The nice thing is that all the plugins are from the package manager; it takes me 2 min to get a working install. Sabayon is great.
(Vimrc) This is pretty broken without the .vim/ folder as well, but here goes:
<a href="https://github.com/sethwoodworth/dotfiles/raw/master/.vimrc" rel="nofollow">https://github.com/sethwoodworth/dotfiles/raw/master/.vimrc</a>
Some things I've pieced together:<p><a href="https://github.com/sid137/.vim" rel="nofollow">https://github.com/sid137/.vim</a><p><a href="https://github.com/sid137/emacs" rel="nofollow">https://github.com/sid137/emacs</a>