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 {
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue