repos / neovimcraft

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

commit
951f84a
parent
b8100f9
author
Eric Bower
date
2021-08-16 22:04:46 +0000 UTC
add resources
1 files changed,  +2, -1
M src/lib/resources.json
+2, -1
1@@ -1022,6 +1022,7 @@
2       "tags": ["project", "plugin"]
3     },
4     { "type": "github", "username": "nathom", "repo": "tmux.nvim", "tags": ["tmux", "plugin"] },
5-    { "type": "github", "username": "LionC", "repo": "nest.nvim", "tags": ["keymaps", "plugin"] }
6+    { "type": "github", "username": "LionC", "repo": "nest.nvim", "tags": ["keymaps", "plugin"] },
7+    { "type": "github", "username": "AckslD", "repo": "nvim-neoclip.lua", "tags": ["clipboard"] }
8   ]
9 }