Keith Pinson
Keith Pinson
I would like to be able to flag posts like [this](http://vimrcfu.com/snippet/185) and [this](http://vimrcfu.com/snippet/188) to get them removed.
Thanks for this cool plugin. If I try to respond to an email that was not written in Markdown, the formatting of the original that was copied into my response...
# Description :octocat: `darkokai-mode-line-padding` is [set to 1](https://github.com/syl20bnr/spacemacs/blob/develop/layers/+themes/themes-megapack/packages.el#L133) too late during startup if Darkokai is your primary theme, i.e. the one loaded at startup. You will not observe this problem...
Matt, I love your plugin. Whenever I use Gists, it makes my life better. Almost every time I create a gist in Vim (every time?) I like to add the...
Python mode for Vim has some nice semantic [motions](https://github.com/klen/python-mode/blob/develop/doc/pymode.txt#L165) for Python such as: > ``` > [M Jump to previous class or method (normal, visual, operator modes) > ]M Jump...
So far I have mostly done the destructive part (decoupling from Avro). I still need to do the constructive part (wiring Avro back in via an extensible, loosely coupled mechanism).
It is nice to be able to save a custom header so as not to have to type in your most common header every time.  But it would be...
WIP: Scala 3
Putting this here in case anyone wants to follow my progress and comment or critique.
[Dotty](https://dotty.epfl.ch/), the Scala 3.x compiler, is beginning to mature. It is supposed to drop around the end of 2020. The community is poised to hop onto it pretty fast, and...
I am working on converting some contracts from using Avro4s to Vulcan. Because they are existing contracts I am constrained in what I can do---I am attempting to produce precisely...