removed copilot
This commit is contained in:
parent
59f1991821
commit
bf3fd3490b
@ -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,
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
-- }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user