removed copilot

This commit is contained in:
Solomon Laing 2024-04-09 12:14:35 +09:30
parent 59f1991821
commit bf3fd3490b

View File

@ -1,24 +1,24 @@
return {
{
"zbirenbaum/copilot.lua",
event = "VeryLazy",
build = ":Copilot auth",
opts = {
suggestion = {
enabled = true,
auto_trigger = true,
keymap = {
accept = "<C-c>l",
next = "<C-c>]",
prev = "<C-c>[",
dismiss = "<C-c>x",
},
},
panel = { enabled = true },
filetypes = {
markdown = true,
help = true,
},
},
}
-- {
-- "zbirenbaum/copilot.lua",
-- event = "VeryLazy",
-- build = ":Copilot auth",
-- opts = {
-- suggestion = {
-- enabled = true,
-- auto_trigger = true,
-- keymap = {
-- accept = "<C-c>l",
-- next = "<C-c>]",
-- prev = "<C-c>[",
-- dismiss = "<C-c>x",
-- },
-- },
-- panel = { enabled = true },
-- filetypes = {
-- markdown = true,
-- help = true,
-- },
-- },
-- }
}