From 6b6e91707ecf621a0bedad154351db8f1ccc2123 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 26 Oct 2022 11:10:13 -0400 Subject: Working on merging to one branch --- .config/micro/plug/fzf/repo.json | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .config/micro/plug/fzf/repo.json (limited to '.config/micro/plug/fzf/repo.json') diff --git a/.config/micro/plug/fzf/repo.json b/.config/micro/plug/fzf/repo.json deleted file mode 100644 index 592bab8..0000000 --- a/.config/micro/plug/fzf/repo.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "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" - } - } - ] - } -] - -- cgit v1.2.3