repos / neovimcraft

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

commit
b385cec
parent
05f1fe3
author
Koen Verburg
date
2022-06-05 22:44:31 +0000 UTC
Add `minimal-tabline.nvim`, `peepsight.nvim`, and `cmd-palette.nvim` (#66)

1 files changed,  +18, -0
M src/lib/manual.json
+18, -0
 1@@ -49,6 +49,24 @@
 2       "username": "linty-org",
 3       "repo": "key-menu.nvim",
 4       "tags": ["keybinding"]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "koenverburg",
 9+      "repo": "minimal-tabline.nvim",
10+      "tags": ["tabline"]
11+    },
12+    {
13+      "type": "github",
14+      "username": "koenverburg",
15+      "repo": "peepsight.nvim",
16+      "tags": ["color"]
17+    },
18+    {
19+      "type": "github",
20+      "username": "koenverburg",
21+      "repo": "cmd-palette.nvim",
22+      "tags": ["utility"]
23     }
24   ]
25 }