repos / neovimcraft

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

commit
e129300
parent
22b3ead
author
Andrey Mishchenko
date
2022-05-18 17:29:14 +0000 UTC
Add `readline.nvim` (#49)

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