repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
ea38f00
parent
e530acc
author
Eric Bower
date
2023-04-12 13:20:55 +0000 UTC
chore: don't scrape configs anymore, too much noise
1 files changed,  +1, -1
M Makefile
+1, -1
1@@ -14,7 +14,7 @@ download-config:
2 	deno run --allow-env --allow-write --allow-net src/scripts/scrape-config.ts
3 .PHONY: download-config
4 
5-download: download-config
6+download:
7 	deno run --allow-write --allow-net src/scripts/scrape.ts
8 .PHONY: download
9