repos / neovimcraft

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

commit
f7616da
parent
2e04d5f
author
Zeng
date
2023-03-31 14:53:31 +0000 UTC
add: deadcolumn.nvim (#288)

* add: deadcolumn.nvim

* fix: add key "repo" (deadcolumn.nvim)
1 files changed,  +9, -0
M data/manual.json
+9, -0
 1@@ -270,6 +270,15 @@
 2         "motion",
 3         "editing-support"
 4       ]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "Bekaboo",
 9+      "repo": "deadcolumn.nvim",
10+      "tags": [
11+        "plugin",
12+        "bars-and-lines"
13+      ]
14     }
15   ]
16 }