7 CustomMatcher
lestrrat edited this page 2015-04-09 12:36:45 +09:00

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"
        ]
    }
}