repos / neovimcraft

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

commit
d9aaa67
parent
f60ffcf
author
Eric Bower
date
2021-09-05 05:13:44 +0000 UTC
more resources
1 files changed,  +15, -1
M src/lib/resources.json
+15, -1
 1@@ -1139,6 +1139,12 @@
 2       "repo": "nvim-tetris",
 3       "tags": ["games", "plugin"]
 4     },
 5+    {
 6+      "type": "github",
 7+      "username": "seandewar",
 8+      "repo": "nvimesweeper",
 9+      "tags": ["games", "plugin"]
10+    },
11     {
12       "type": "github",
13       "username": "kyazdani42",
14@@ -1342,6 +1348,12 @@
15       "repo": "yabs.nvim",
16       "tags": ["code-runner", "plugin"]
17     },
18+    {
19+      "type": "github",
20+      "username": "CRAG666",
21+      "repo": "code_runner.nvim",
22+      "tags": ["code-runner", "plugin"]
23+    },
24     {
25       "type": "github",
26       "username": "pwntester",
27@@ -1633,6 +1645,7 @@
28       "repo": "nvim-cartographer",
29       "tags": ["keybindings", "plugin"]
30     },
31+    { "type": "github", "username": "b0o", "repo": "mapx.lua", "tags": ["keybindings", "plugin"] },
32     {
33       "type": "github",
34       "username": "numToStr",
35@@ -1777,6 +1790,7 @@
36       "username": "rexagod",
37       "repo": "samwise.nvim",
38       "tags": ["note-taking", "plugin"]
39-    }
40+    },
41+    { "type": "github", "username": "duane9", "repo": "nvim-rg", "tags": ["search", "plugin"] }
42   ]
43 }