repos / neovimcraft

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

commit
50223c7
parent
1332855
author
Eric Bower
date
2021-08-03 12:17:01 +0000 UTC
new resources
1 files changed,  +7, -0
M src/lib/resources.json
+7, -0
 1@@ -648,6 +648,7 @@
 2     },
 3     { "type": "github", "username": "Famiu", "repo": "feline.nvim", "tags": ["statusline"] },
 4     { "type": "github", "username": "windwp", "repo": "windline.nvim", "tags": ["statusline"] },
 5+    { "type": "github", "username": "konapun", "repo": "vacuumline.nvim", "tags": ["statusline"] },
 6     { "type": "github", "username": "yamatsum", "repo": "nvim-cursorline", "tags": ["cursorline"] },
 7     {
 8       "type": "github",
 9@@ -941,6 +942,12 @@
10       "username": "lazytanuki",
11       "repo": "nvim-mapper",
12       "tags": ["telescope", "keymaps"]
13+    },
14+    {
15+      "type": "github",
16+      "username": "henriquehbr",
17+      "repo": "nvim-startup.lua",
18+      "tags": ["metrics", "startup"]
19     }
20   ]
21 }