AutoYADM commit: 2024-11-28 16:45:04
This commit is contained in:
parent
e0de3f3cc0
commit
dd8a59ec2c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"zbirenbaum/copilot-cmp",
|
||||
enabled = false,
|
||||
opts = function()
|
||||
require("copilot.command").disable()
|
||||
local cptoggle = Snacks.toggle.new({
|
||||
|
@ -20,7 +21,6 @@ return {
|
|||
end,
|
||||
})
|
||||
Snacks.toggle.map(cptoggle, "<leader>at", { desc = "Toggle Copilot" })
|
||||
-- LazyVim.toggle.map("<leader>at", copilot_toggle)
|
||||
end,
|
||||
},
|
||||
{ "CopilotC-Nvim/CopilotChat.nvim", opts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue