repos / neovimcraft

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

commit
c2f61d8
parent
838672e
author
Micah Halter
date
2022-04-20 01:28:00 +0000 UTC
AstroVim rebranded to AstroNvim (#35)

Signed-off-by: Micah Halter <micah@balena.io>
1 files changed,  +6, -6
M src/lib/resources.json
+6, -6
 1@@ -107,6 +107,12 @@
 2       "repo": "StarVim",
 3       "tags": ["preconfigured-configuration"]
 4     },
 5+    {
 6+      "type": "github",
 7+      "username": "AstroNvim",
 8+      "repo": "AstroNvim",
 9+      "tags": ["preconfigured-configuration"]
10+    },
11     { "type": "github", "username": "asvetliakov", "repo": "vscode-neovim", "tags": ["ui"] },
12     { "type": "github", "username": "axieax", "repo": "urlview.nvim", "tags": ["utility"] },
13     { "type": "github", "username": "b0o", "repo": "mapx.nvim", "tags": ["keybinding"] },
14@@ -549,12 +555,6 @@
15       "repo": "telescope-zoxide",
16       "tags": ["fuzzy-finder"]
17     },
18-    {
19-      "type": "github",
20-      "username": "kabinspace",
21-      "repo": "AstroVim",
22-      "tags": ["preconfigured-configuration"]
23-    },
24     { "type": "github", "username": "karb94", "repo": "neoscroll.nvim", "tags": ["scrolling"] },
25     { "type": "github", "username": "kazhala", "repo": "close-buffers.nvim", "tags": ["utility"] },
26     { "type": "github", "username": "kdheepak", "repo": "lazygit.nvim", "tags": ["git"] },