repos / neovimcraft

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

commit
d62f9db
parent
b1c6293
author
github-actions[bot]
date
2023-08-24 13:08:29 +0000 UTC
[create-pull-request] automated change (#463)

Co-authored-by: neurosnap <neurosnap@users.noreply.github.com>
2 files changed,  +16, -6
M data/resources-config.json
+6, -6
 1@@ -585,6 +585,12 @@
 2         "nvim"
 3       ]
 4     },
 5+    {
 6+      "type": "github",
 7+      "username": "jessarcher",
 8+      "repo": "laracasts-dotfiles",
 9+      "tags": []
10+    },
11     {
12       "type": "github",
13       "username": "JoosepAlviste",
14@@ -1218,12 +1224,6 @@
15         "nvim"
16       ]
17     },
18-    {
19-      "type": "github",
20-      "username": "wavded",
21-      "repo": "dotfiles",
22-      "tags": []
23-    },
24     {
25       "type": "github",
26       "username": "williamboman",
M data/resources.json
+10, -0
 1@@ -505,6 +505,16 @@
 2         "media"
 3       ]
 4     },
 5+    {
 6+      "type": "github",
 7+      "username": "askfiy",
 8+      "repo": "visual_studio_code",
 9+      "tags": [
10+        "plugin",
11+        "colorscheme",
12+        "treesitter-colorschemes"
13+      ]
14+    },
15     {
16       "type": "github",
17       "username": "AstroNvim",