remove dismiss in copilot

This commit is contained in:
Thomas Avé 2024-01-17 21:50:46 +01:00
parent 417cd97ba1
commit 8122f80cdd
1 changed files with 1 additions and 2 deletions

View File

@ -8,11 +8,10 @@ return {
auto_refresh = true, auto_refresh = true,
keymap = { keymap = {
accept = "<leader><Tab>", accept = "<leader><Tab>",
dismiss = "<leader><Space>",
}, },
filetypes = { filetypes = {
markdown = true, markdown = true,
} },
} }
} }
} }