repos / neovimcraft

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

commit
ac63b51
parent
dba7dc1
author
Jan Christoph Ebersbach
date
2021-09-05 19:55:08 +0000 UTC
feat: add plugin blinds.nvim (#9)

1 files changed,  +6, -0
M src/lib/resources.json
+6, -0
 1@@ -1791,6 +1791,12 @@
 2       "repo": "samwise.nvim",
 3       "tags": ["note-taking", "plugin"]
 4     },
 5+    {
 6+      "type": "github",
 7+      "username": "jceb",
 8+      "repo": "blinds.nvim",
 9+      "tags": ["colors", "plugin"]
10+    },
11     { "type": "github", "username": "duane9", "repo": "nvim-rg", "tags": ["search", "plugin"] }
12   ]
13 }