repos / neovimcraft

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

commit
9df53d8
parent
adfdce5
author
Breno Prata
date
2022-07-21 13:13:57 +0000 UTC
Add brenoprata10/nvim-highlight-colors plugin (#112)

1 files changed,  +12, -1
M src/lib/manual.json
+12, -1
 1@@ -67,6 +67,17 @@
 2     },
 3     { "type": "github", "username": "Massolari", "repo": "forem.nvim", "tags": ["utility"] },
 4     { "type": "github", "username": "kylechui", "repo": "nvim-surround", "tags": ["formatting"] },
 5-    { "type": "github", "username": "ktunprasert", "repo": "gui-font-resize.nvim", "tags": ["utility"]}
 6+    {
 7+      "type": "github",
 8+      "username": "ktunprasert",
 9+      "repo": "gui-font-resize.nvim",
10+      "tags": ["utility"]
11+    },
12+    {
13+      "type": "github",
14+      "username": "brenoprata10",
15+      "repo": "nvim-highlight-colors",
16+      "tags": ["color"]
17+    }
18   ]
19 }