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