repos / neovimcraft

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

commit
f557457
parent
74769dd
author
Andrey Mishchenko
date
2022-05-24 19:51:52 +0000 UTC
Add `key-menu.nvim` (#55)

1 files changed,  +6, -0
M src/lib/manual.json
+6, -0
 1@@ -43,6 +43,12 @@
 2       "username": "linty-org",
 3       "repo": "readline.nvim",
 4       "tags": ["editing-support"]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "linty-org",
 9+      "repo": "key-menu.nvim",
10+      "tags": ["keybinding"]
11     }
12   ]
13 }