repos / neovimcraft

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

commit
ea08a59
parent
6b47577
author
Dan Falk
date
2022-09-23 14:13:21 +0000 UTC
Add danielfalk/smart-open.nvim (#153)

Co-authored-by: Daniel Falk <danielfalk22@gmail.com>
1 files changed,  +6, -0
M src/lib/manual.json
+6, -0
 1@@ -90,6 +90,12 @@
 2       "username": "lcheylus",
 3       "repo": "overlength.nvim",
 4       "tags": ["editing-support"]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "danielfalk",
 9+      "repo": "smart-open.nvim",
10+      "tags": ["fuzzy-finder"]
11     }
12   ]
13 }