repos / neovimcraft

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

commit
c7a1e76
parent
321fa30
author
Eric Bower
date
2022-07-01 13:09:02 +0000 UTC
add nvim surround
1 files changed,  +2, -1
M src/lib/manual.json
+2, -1
1@@ -65,6 +65,7 @@
2       "repo": "everybody-wants-that-line.nvim",
3       "tags": ["statusline"]
4     },
5-    { "type": "github", "username": "Massolari", "repo": "forem.nvim", "tags": ["utility"] }
6+    { "type": "github", "username": "Massolari", "repo": "forem.nvim", "tags": ["utility"] },
7+    { "type": "github", "username": "kylechui", "repo": "nvim-surround", "tags": ["formatting"] }
8   ]
9 }