Update copilot config

This commit is contained in:
Thomas Avé 2024-01-17 21:26:45 +01:00
parent 3f8c368d83
commit 417cd97ba1
1 changed files with 13 additions and 1 deletions

View File

@ -2,5 +2,17 @@ return {
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
opts = {}
opts = {
suggestion = {
auto_trigger = true,
auto_refresh = true,
keymap = {
accept = "<leader><Tab>",
dismiss = "<leader><Space>",
},
filetypes = {
markdown = true,
}
}
}
}