mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
enc: update patch plugins
This commit is contained in:
parent
12ec8d33ef
commit
72b8b4b531
4 changed files with 83 additions and 20 deletions
|
@ -99,6 +99,13 @@ return {
|
|||
desc = "Scroll backward",
|
||||
mode = { "i", "n", "s" },
|
||||
},
|
||||
{
|
||||
"<f2>",
|
||||
function()
|
||||
require("user.utils.cheatsheet").run()
|
||||
end,
|
||||
desc = "Chatseet",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue