Add Tab completion mapping for Copilot Chat

This commit is contained in:
Michal 2025-09-05 09:14:31 +02:00
parent 0026776f36
commit 35b7550e6a
1 changed files with 9 additions and 1 deletions

View File

@ -6,7 +6,15 @@ return { -- https://github.com/CopilotC-Nvim/CopilotChat.nvim
}, },
build = 'make tiktoken', build = 'make tiktoken',
opts = { opts = {
-- See Configuration section for options mappings = {
reset = false,
complete = {
insert = '<Tab>',
},
show_diff = {
full_diff = true,
},
},
}, },
}, },
} }