repos / neovimcraft

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

commit
6ca2b17
parent
3b04854
author
Duncan Marsh
date
2022-02-14 14:51:41 +0000 UTC
added unruly-worker a workman-layout plugin (#23)

1 files changed,  +7, -1
M src/lib/manual.json
+7, -1
 1@@ -13,6 +13,12 @@
 2       "repo": "neo-tree.nvim",
 3       "tags": ["file-explorer"]
 4     },
 5-    { "type": "github", "username": "j-hui", "repo": "fidget.nvim", "tags": ["neovim-0.5"] }
 6+    { "type": "github", "username": "j-hui", "repo": "fidget.nvim", "tags": ["neovim-0.5"] },
 7+    {
 8+      "type": "github",
 9+      "username": "slugbyte",
10+      "repo": "unruly-worker",
11+      "tags": ["keybinding", "workman-layout"]
12+    }
13   ]
14 }