Skip to content

Instantly share code, notes, and snippets.

"use strict";
var yeoman = require("yeoman-generator");
var helpers = require("yeoman-test");
var P = require("bluebird");
var R = require("ramda");
var path = require("path");
var caches = [];
var id, cache;
@edi9999
edi9999 / .vimrc
Last active March 13, 2016 14:18
.vimrc bug
set nocompatible " be iMproved, required
" ----------------------------------------------------------------------------
" Vim SETTINGS
" ----------------------------------------------------------------------------
syntax enable
let mapleader = ','
set synmaxcol=400

Image source

https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png

Try resize it!

  • ![](https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png | width=100)
@edi9999
edi9999 / image.resize.in.github.flavored.markdown.md
Last active November 7, 2017 17:56 — forked from uupaa/image.resize.in.github.flavored.markdown.md
image resize in github flavored markdown.

Image source

https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png

Try resize it!

  • ![](https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png | width=100)