Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-11-06 09:19:01 -05:00
parent b8712524a1
commit d4c463a57d

View File

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