repos / neovimcraft

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

commit
0238380
parent
1be6eb6
author
charludo
date
2023-02-21 14:48:38 +0000 UTC
add projectmgr.nvim to neovimcraft (#256)

1 files changed,  +16, -2
M data/manual.json
+16, -2
 1@@ -215,8 +215,22 @@
 2       "username": "Pakrohk-DotFiles",
 3       "repo": "NvPak",
 4       "tags": [
 5-         "plugin", "preconfigured-configuration"
 6+        "plugin",
 7+        "preconfigured-configuration"
 8+      ]
 9+    },
10+    {
11+      "type": "github",
12+      "username": "charludo",
13+      "repo": "projectmgr.nvim",
14+      "tags": [
15+        "telescope",
16+        "session",
17+        "plugin",
18+        "utility",
19+        "project",
20+        "startup"
21       ]
22     }
23   ]
24-}
25+}