repos / neovimcraft

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

commit
5634cc0
parent
4c18494
author
Eric Bower
date
2021-08-27 15:12:08 +0000 UTC
more resources
1 files changed,  +25, -12
M src/lib/resources.json
+25, -12
 1@@ -221,12 +221,6 @@
 2       "repo": "completion-nvim",
 3       "tags": ["completion", "plugin"]
 4     },
 5-    {
 6-      "type": "github",
 7-      "username": "hrsh7th",
 8-      "repo": "nvim-compe",
 9-      "tags": ["completion", "plugin"]
10-    },
11     {
12       "type": "github",
13       "username": "hrsh7th",
14@@ -520,6 +514,12 @@
15       "repo": "shadotheme",
16       "tags": ["colorscheme", "plugin"]
17     },
18+    {
19+      "type": "github",
20+      "username": "FrenzyExists",
21+      "repo": "aquarium-vim",
22+      "tags": ["colorscheme", "plugin"]
23+    },
24     {
25       "type": "github",
26       "username": "rafamadriz",
27@@ -803,6 +803,18 @@
28       "tags": ["treesitter-colorschemes", "plugin"]
29     },
30     { "type": "github", "username": "rose-pine", "repo": "neovim", "tags": ["colors", "plugin"] },
31+    {
32+      "type": "github",
33+      "username": "mcchrish",
34+      "repo": "zenbones.nvim",
35+      "tags": ["treesitter-colorschemes", "plugin"]
36+    },
37+    {
38+      "type": "github",
39+      "username": "Pocco81",
40+      "repo": "Catppuccino.nvim",
41+      "tags": ["treesitter-colorschemes", "plugin"]
42+    },
43     {
44       "type": "github",
45       "username": "famiu",
46@@ -1272,6 +1284,7 @@
47       "repo": "nvim-comment-frame",
48       "tags": ["comment", "plugin"]
49     },
50+    { "type": "github", "username": "danymat", "repo": "neogen", "tags": ["comment", "plugin"] },
51     {
52       "type": "github",
53       "username": "jbyuki",
54@@ -1662,6 +1675,12 @@
55       "repo": "boilit",
56       "tags": ["boilerplate", "plugin"]
57     },
58+    {
59+      "type": "github",
60+      "username": "hrsh7th",
61+      "repo": "nvim-compe",
62+      "tags": ["completion", "plugin"]
63+    },
64     { "type": "github", "username": "tsbohc", "repo": "zest.nvim", "tags": ["fennel", "plugin"] },
65     {
66       "type": "github",
67@@ -1736,12 +1755,6 @@
68       "username": "Rasukarusan",
69       "repo": "nvim-select-multi-line",
70       "tags": ["plugin"]
71-    },
72-    {
73-      "type": "github",
74-      "username": "Pocco81",
75-      "repo": "Catppuccino.nvim",
76-      "tags": ["treesitter-colorschemes", "plugin"]
77     }
78   ]
79 }