repos / neovimcraft

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

commit
bbd9fef
parent
cb0de34
author
David Elentok
date
2023-07-09 18:56:12 +0000 UTC
Add elentok/togglr.nvim and elentok/scriptify.nvim (#419)

1 files changed,  +20, -1
M data/manual.json
+20, -1
 1@@ -427,6 +427,25 @@
 2         "lsp",
 3         "statusline"
 4       ]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "elentok",
 9+      "repo": "togglr.nvim",
10+      "tags": [
11+        "plugin",
12+        "editing-support",
13+        "utility"
14+      ]
15+    },
16+    {
17+      "type": "github",
18+      "username": "elentok",
19+      "repo": "scriptify.nvim",
20+      "tags": [
21+        "plugin",
22+        "utility"
23+      ]
24     }
25   ]
26-}
27+}