repos / neovimcraft

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

commit
d9c2b4c
parent
68c8117
author
pseudometa
date
2022-12-15 12:46:52 +0000 UTC
add nvim-genghis and nvim-recorder (#216)

1 files changed,  +19, -0
M data/manual.json
+19, -0
 1@@ -256,6 +256,25 @@
 2       "tags": [
 3         "editing-support"
 4       ]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "chrisgrieser",
 9+      "repo": "nvim-genghis",
10+      "tags": [
11+        "file-explorer",
12+        "utility"
13+      ]
14+    },
15+    {
16+      "type": "github",
17+      "username": "chrisgrieser",
18+      "repo": "nvim-recorder",
19+      "tags": [
20+        "utility",
21+        "keybinding",
22+        "macros"
23+      ]
24     }
25   ]
26 }