Skip to content
lestrrat edited this page Apr 9, 2015 · 7 revisions

THIS IS DEPRECATED AS OF peco v0.3.0. Please see CustomFilter instead

Migemo

See the README for migemogrep on how to get the binary releases (including homebrew)

Or, if like to live on the bleeding edge:

$ go get github.com/peco/migemogrep

Add part of below into your config.json

{
    "CustomMatcher": {
        "Migemo": [
            "migemogrep",
            "$QUERY"
        ]
    }
}
Clone this wiki locally