2024-05-31 18:00:12 +02:00
|
|
|
return {
|
|
|
|
"zbirenbaum/copilot.lua",
|
|
|
|
cmd = "Copilot",
|
|
|
|
event = "InsertEnter",
|
|
|
|
opts = {
|
|
|
|
suggestion = {
|
|
|
|
auto_trigger = true,
|
|
|
|
auto_refresh = true,
|
|
|
|
keymap = {
|
|
|
|
accept = "<leader><Tab>",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
filetypes = {
|
|
|
|
markdown = true,
|
2024-07-09 22:22:51 +02:00
|
|
|
tex = true,
|
2024-05-31 18:00:12 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|