summaryrefslogtreecommitdiff
path: root/.config/micro/plug/fzf/repo.json
blob: 592bab8c926a22e01e48d96b9ee0bd80e8aedc20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
    {
        "Name": "fzf",
        "Description": "adds support to opening files via fzf",
        "Website": "https://github.com/samdmarshall/micro-fzf-plugin",
        "Tags": ["fzf"],
        "Versions": [
            {
                "Version": "1.1.1",
                "Url": "https://github.com/micro-editor/updated-plugins/releases/download/v1.0.0/fzf-1.1.1.zip",
                "Require": {
                    "micro": ">=2.0.0-1"
                }
            },
            {
                "Version": "1.1.0",
                "Url": "https://github.com/micro-editor/updated-plugins/releases/download/v1.0.0/fzf-1.1.0.zip",
                "Require": {
                    "micro": ">=2.0.0-1"
                }
            },
            {
                "Version": "1.0.5",
                "Url": "https://github.com/samdmarshall/micro-fzf-plugin/archive/v1.0.5.zip",
                "Require": {
                    "micro": ">=1.1.2"
                }
            }
        ]
    }
]