AutoYADM commit: 2024-11-28 16:45:04

This commit is contained in:
Daniel Fichtinger 2024-11-28 16:45:04 -05:00
parent e0de3f3cc0
commit dd8a59ec2c

View file

@ -1,6 +1,7 @@
return { return {
{ {
"zbirenbaum/copilot-cmp", "zbirenbaum/copilot-cmp",
enabled = false,
opts = function() opts = function()
require("copilot.command").disable() require("copilot.command").disable()
local cptoggle = Snacks.toggle.new({ local cptoggle = Snacks.toggle.new({
@ -20,7 +21,6 @@ return {
end, end,
}) })
Snacks.toggle.map(cptoggle, "<leader>at", { desc = "Toggle Copilot" }) Snacks.toggle.map(cptoggle, "<leader>at", { desc = "Toggle Copilot" })
-- LazyVim.toggle.map("<leader>at", copilot_toggle)
end, end,
}, },
{ "CopilotC-Nvim/CopilotChat.nvim", opts = { { "CopilotC-Nvim/CopilotChat.nvim", opts = {