mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-16 15:31:17 +02:00
enc: fix nvim-tree exploler error
This commit is contained in:
parent
2ce30970f6
commit
30ba4f5233
9 changed files with 414 additions and 11 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