Update copilot config
This commit is contained in:
parent
3f8c368d83
commit
417cd97ba1
|
@ -2,5 +2,17 @@ return {
|
||||||
"zbirenbaum/copilot.lua",
|
"zbirenbaum/copilot.lua",
|
||||||
cmd = "Copilot",
|
cmd = "Copilot",
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
opts = {}
|
opts = {
|
||||||
|
suggestion = {
|
||||||
|
auto_trigger = true,
|
||||||
|
auto_refresh = true,
|
||||||
|
keymap = {
|
||||||
|
accept = "<leader><Tab>",
|
||||||
|
dismiss = "<leader><Space>",
|
||||||
|
},
|
||||||
|
filetypes = {
|
||||||
|
markdown = true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue