Skip to content

Instantly share code, notes, and snippets.

View Lykathia's full-sized avatar

Evan Lowry Lykathia

View GitHub Profile
@MicahElliott
MicahElliott / arch-augment-vim-for-python.md
Created July 4, 2012 18:01
Configure vim in arch linux for python runtime support

Steps to upgrade vim in arch linux for python runtime support

Python support is needed by vim in order to run things like Conque and Slimv. Arch keeps vim slim by only providing Python support in gvim. But you may prefer vim to gvim, so here's what's needed.

More ABS info.

# Install and run abs (sync)

sudo pacman -S abs

@thsutton
thsutton / README.md
Created December 31, 2010 12:40
Example of looping in Heist templates

Looping tags in Heist templates

This is a small example demonstrating how to implement looping template tags ("splices") with the Heist template system that is the default with the Snap Framework.

The src/Site.hs file contains the interesting bits:

  • The loop handler which simply renders the [loop.tpl