enc: update patch plugins

This commit is contained in:
Pojok Code 2024-08-15 07:46:49 +07:00
parent 12ec8d33ef
commit 72b8b4b531
4 changed files with 83 additions and 20 deletions

View file

@ -99,6 +99,13 @@ return {
desc = "Scroll backward",
mode = { "i", "n", "s" },
},
{
"<f2>",
function()
require("user.utils.cheatsheet").run()
end,
desc = "Chatseet",
},
},
},
{