repos / neovimcraft

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

commit
ae7809c
parent
aa0b1e5
author
Eric Bower
date
2021-09-20 13:24:47 +0000 UTC
more resources
1 files changed,  +19, -1
M src/lib/resources.json
+19, -1
 1@@ -980,6 +980,12 @@
 2       "repo": "nui.nvim",
 3       "tags": ["neovim-lua-development", "plugin"]
 4     },
 5+    {
 6+      "type": "github",
 7+      "username": "m00qek",
 8+      "repo": "plugin-template.nvim",
 9+      "tags": ["neovim-lua-development", "plugin"]
10+    },
11     { "type": "github", "username": "Olical", "repo": "aniseed", "tags": ["fennel", "plugin"] },
12     { "type": "github", "username": "rktjmp", "repo": "hotpot.nvim", "tags": ["fennel", "plugin"] },
13     {
14@@ -1529,6 +1535,12 @@
15       "repo": "nvim-expand-expr",
16       "tags": ["editing-supports", "plugin"]
17     },
18+    {
19+      "type": "github",
20+      "username": "h-hg",
21+      "repo": "fcitx.nvim",
22+      "tags": ["editing-support", "plugin"]
23+    },
24     {
25       "type": "github",
26       "username": "mhartington",
27@@ -1805,6 +1817,12 @@
28       "tags": ["note-taking", "plugin"]
29     },
30     { "type": "github", "username": "jceb", "repo": "blinds.nvim", "tags": ["colors", "plugin"] },
31-    { "type": "github", "username": "duane9", "repo": "nvim-rg", "tags": ["search", "plugin"] }
32+    { "type": "github", "username": "duane9", "repo": "nvim-rg", "tags": ["search", "plugin"] },
33+    {
34+      "type": "github",
35+      "username": "GustavoKatel",
36+      "repo": "sidebar.nvim",
37+      "tags": ["sidebar", "plugin"]
38+    }
39   ]
40 }