repos / neovimcraft

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

commit
17f1766
parent
48a442f
author
Eric Bower
date
2021-11-23 03:29:18 +0000 UTC
resources
1 files changed,  +90, -0
M src/lib/resources.json
+90, -0
 1@@ -328,6 +328,96 @@
 2       "tags": ["scrollbar", "plugin"]
 3     },
 4     { "type": "github", "username": "duane9", "repo": "nvim-rg", "tags": ["search", "plugin"] },
 5+    {
 6+      "type": "github",
 7+      "username": "echasnovski",
 8+      "repo": "mini.nvim#minibase16",
 9+      "tags": ["colorscheme-creation", "plugin"]
10+    },
11+    {
12+      "type": "github",
13+      "username": "echasnovski",
14+      "repo": "mini.nvim#minibufremove",
15+      "tags": ["utility", "plugin"]
16+    },
17+    {
18+      "type": "github",
19+      "username": "echasnovski",
20+      "repo": "mini.nvim#minicomment",
21+      "tags": ["comment", "plugin"]
22+    },
23+    {
24+      "type": "github",
25+      "username": "echasnovski",
26+      "repo": "mini.nvim#minicompletion",
27+      "tags": ["completion", "plugin"]
28+    },
29+    {
30+      "type": "github",
31+      "username": "echasnovski",
32+      "repo": "mini.nvim#minicursorword",
33+      "tags": ["cursorline", "plugin"]
34+    },
35+    {
36+      "type": "github",
37+      "username": "echasnovski",
38+      "repo": "mini.nvim#minifuzzy",
39+      "tags": ["fuzzy-finder", "plugin"]
40+    },
41+    {
42+      "type": "github",
43+      "username": "echasnovski",
44+      "repo": "mini.nvim#minijump",
45+      "tags": ["motion", "plugin"]
46+    },
47+    {
48+      "type": "github",
49+      "username": "echasnovski",
50+      "repo": "mini.nvim#minipairs",
51+      "tags": ["editing-support", "plugin"]
52+    },
53+    {
54+      "type": "github",
55+      "username": "echasnovski",
56+      "repo": "mini.nvim#minisessions",
57+      "tags": ["session", "plugin"]
58+    },
59+    {
60+      "type": "github",
61+      "username": "echasnovski",
62+      "repo": "mini.nvim#ministarter",
63+      "tags": ["startup", "plugin"]
64+    },
65+    {
66+      "type": "github",
67+      "username": "echasnovski",
68+      "repo": "mini.nvim#ministatusline",
69+      "tags": ["statusline", "plugin"]
70+    },
71+    {
72+      "type": "github",
73+      "username": "echasnovski",
74+      "repo": "mini.nvim#minisurround",
75+      "tags": ["syntax", "plugin"]
76+    },
77+    {
78+      "type": "github",
79+      "username": "echasnovski",
80+      "repo": "mini.nvim#minitabline",
81+      "tags": ["tabline", "plugin"]
82+    },
83+    {
84+      "type": "github",
85+      "username": "echasnovski",
86+      "repo": "mini.nvim#minitrailspace",
87+      "tags": ["editing-support", "plugin"]
88+    },
89+    {
90+      "type": "github",
91+      "username": "echasnovski",
92+      "repo": "mini.nvim#plugin-colorscheme",
93+      "tags": ["tree-sitter-supported-colorscheme", "plugin"]
94+    },
95     {
96       "type": "github",
97       "username": "EdenEast",