Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
Michael Thomson 2024-11-06 09:19:01 -05:00
parent b8712524a1
commit d4c463a57d
No known key found for this signature in database
GPG Key ID: 8EFECCD347C72F7D

View File

@ -0,0 +1,6 @@
return {
'zSnails/NeoNeedsKey',
config = function ()
require("NeoNeedsKey").setup()
end
}