repos / neovimcraft

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

commit
a52fd0b
parent
cf5f520
author
Justin Heyes-Jones
date
2022-10-05 03:44:53 +0000 UTC
Add battery plugin (#136)

1 files changed,  +6, -0
M src/lib/manual.json
+6, -0
 1@@ -91,6 +91,12 @@
 2       "repo": "overlength.nvim",
 3       "tags": ["editing-support"]
 4     },
 5+    {
 6+      "type": "github",
 7+      "username": "justinhj",
 8+      "repo": "battery.nvim",
 9+      "tags": ["statusline", "diagnostics"]
10+    },
11     {
12       "type": "github",
13       "username": "danielfalk",