repos / neovimcraft

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

commit
9495ac3
parent
a5acf4f
author
ktunprasert
date
2022-07-04 15:39:31 +0000 UTC
Add `gui-font-resize.nvim` (#94)

1 files changed,  +2, -1
M src/lib/manual.json
+2, -1
1@@ -66,6 +66,7 @@
2       "tags": ["statusline"]
3     },
4     { "type": "github", "username": "Massolari", "repo": "forem.nvim", "tags": ["utility"] },
5-    { "type": "github", "username": "kylechui", "repo": "nvim-surround", "tags": ["formatting"] }
6+    { "type": "github", "username": "kylechui", "repo": "nvim-surround", "tags": ["formatting"] },
7+    { "type": "github", "username": "ktunprasert", "repo": "gui-font-resize.nvim", "tags": ["utility"]}
8   ]
9 }