repos / neovimcraft

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

commit
cafd0f3
parent
eb63812
author
cseickel
date
2022-01-03 18:48:07 +0000 UTC
add neo-tree.nvim to resources (#20)

1 files changed,  +6, -0
M src/lib/resources.json
+6, -0
 1@@ -1195,6 +1195,12 @@
 2       "repo": "nvim-lspconfig",
 3       "tags": ["neovim-0.5", "plugin"]
 4     },
 5+    {
 6+      "type": "github",
 7+      "username": "nvim-neo-tree",
 8+      "repo": "neo-tree.nvim",
 9+      "tags": ["file-explorer", "plugin"]
10+    },
11     {
12       "type": "github",
13       "username": "NFrid",