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