enc: fix nvim-tree error exploler

This commit is contained in:
Pojok Code 2024-10-11 21:02:53 +07:00
parent ab014bb8b5
commit 0ee6631931
10 changed files with 444 additions and 47 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",
},
},
},
{