Archive for the 'Vim'

The Most Useful Code I’ve Written in Weeks

I’d like to say that I write useful code all the time, but let’s face facts… useful code doesn’t come around all that often. In my new job I’m using Maven instead of SBT and I miss the cool tilde modifier in a big way. And now that I’m using the Artima book...
Read more

Back to ZSH

A little while ago, I gave up on Zsh. There were a number of people that showed me how I could have fixed up Zsh so it would suck less, but I just didn’t have time. Well, I found myself with some time yesterday that couldn’t be spent doing much useful, so I made the switch. It now...
Read more

Rant – A Purposeful Lack of Understanding

I recently responded to someone’s question on StackOverflow and now I have to rant about something. There is a large problem I find with programmers that I meet (generally in Real Life, as opposed to on the ‘net because on the ‘net I associate with passionate programmers) when...
Read more

I gave up on Zsh

Ok, so everyone and their grandmother appears to be using Zsh and I was starting to wonder what was wrong with me. Why was I still using Bash? So I grabbed Oh-My-Zsh (which was pretty cool, BTW) and dove in… but here’s the problem – I didn’t have time to dive in. ...
Read more

My Vim config is on GitHub

I’ve put my Vim configuration on GitHub now. Have a gander at http://github.com/derekwyatt/vim-config

Scala indent file for Vim

The Vim ‘indent’ script for Scala that I’ve been working on is now starting to take some decent shape. If you’re a Scala coder and are working in Vim, I can now actually recommend this script :). It’s actually the least complicated one I’ve written that achieves...
Read more

Vim indent file for Scala has been updated

I found some time to update the indent file for Scala recently. It’s getting better and more complicated, unfortunately. Please feel free to fork it and make changes/fixes… I hate writing this thing :) Grab it from my vim-scala repository on github. Posted with WordPress for...
Read more

Started some work on Scala

So, a little over a month ago, I changed departments where I work – I used to work in the Enterprise Software group and have moved to the System Architecture / Research group. There are some great things that go with this: I get to work with Vim more than I used to because I now code a lot...
Read more

Added protodef and fswitch to GitHub

Well, I got another patch from someone for protodef. It was just getting silly that I didn’t have anywhere to actually put this stuff and I was getting tired of people sending patches :). Now y’all can just fix stuff for me directly… go to it. Head here for protodef. Head...
Read more

ProtoDef and FSwitch updated (finally)

I’ve finally updated FSwitch and ProtoDef after a long time waiting. Three guys gave me patches over many months and I’ve finally put them together into an actual couple of releases. Thanks to Matt Spear, Timon Kelter and Dmitry Bashkatov. Sorry about the wait fellas.