Skip to content

Instantly share code, notes, and snippets.

View andrewstuart's full-sized avatar
👋

Andrew Stuart andrewstuart

👋
View GitHub Profile
inoremap jk <Esc>
call pathogen#infect()
filetype plugin indent on
set nocompatible "This fixes the problem where arrow keys do not function properly on some systems.
set t_Co=256 "256 colors.
set background=dark
set cursorline "Highlight the cursor row.
set cursorcolumn "Highlight the cursor column.
set title "Make the window title awesome."
colors molokai
package main
import (
"context"
"fmt"
"log"
"net/http"
"os"
"os/signal"
"syscall"