repos / neovimcraft

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

commit
d694c36
parent
780e2a6
author
Eric Bower
date
2021-08-06 15:03:52 +0000 UTC
new plugins
1 files changed,  +8, -1
M src/lib/resources.json
+8, -1
 1@@ -948,6 +948,13 @@
 2       "username": "henriquehbr",
 3       "repo": "nvim-startup.lua",
 4       "tags": ["metrics", "startup"]
 5-    }
 6+    },
 7+    {
 8+      "type": "github",
 9+      "username": "samrath2007",
10+      "repo": "kyoto.nvim",
11+      "tags": ["preconfigured-configurations"]
12+    },
13+    { "type": "github", "username": "rcarriga", "repo": "nvim-notify", "tags": ["notifications"] }
14   ]
15 }