From 2cc36e8a2f1509dfec5787d3a594b193b3f46115 Mon Sep 17 00:00:00 2001 From: moyotar Date: Sat, 3 Jul 2021 14:48:20 +0800 Subject: [PATCH] add helm-rg recipe --- recipes/helm-rg.rcp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/helm-rg.rcp diff --git a/recipes/helm-rg.rcp b/recipes/helm-rg.rcp new file mode 100644 index 00000000..cd86ded0 --- /dev/null +++ b/recipes/helm-rg.rcp @@ -0,0 +1,5 @@ +(:name helm-rg + :description "The ripgrep with helm interface." + :type github + :pkgname "cosmicexplorer/helm-rg" + :depends (helm dash cl-lib))