Update lazy-lock
This commit is contained in:
parent
4448e8ca9b
commit
3ec08eea45
2 changed files with 27 additions and 10 deletions
|
|
@ -8,4 +8,22 @@ return {
|
|||
},
|
||||
opts = {},
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>cch",
|
||||
function()
|
||||
local actions = require("CopilotChat.actions")
|
||||
require("CopilotChat.integrations.telescope").pick(actions.help_actions())
|
||||
end,
|
||||
desc = "CopilotChat - Help actions",
|
||||
},
|
||||
{
|
||||
"<leader>ccp",
|
||||
function()
|
||||
local actions = require("CopilotChat.actions")
|
||||
require("CopilotChat.integrations.telescope").pick(actions.prompt_actions())
|
||||
end,
|
||||
desc = "CopilotChat - Prompt actions",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue