Fix Tab completion mapping

This commit is contained in:
Michal 2025-09-05 09:53:12 +02:00
parent 35b7550e6a
commit 5ff419a51b
1 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,10 @@ return { -- https://github.com/CopilotC-Nvim/CopilotChat.nvim
build = 'make tiktoken', build = 'make tiktoken',
opts = { opts = {
mappings = { mappings = {
reset = false, -- Use tab for completion
complete = { complete = {
insert = '<Tab>', detail = 'Use @<Tab> or /<Tab> for options.',
insert = '',
}, },
show_diff = { show_diff = {
full_diff = true, full_diff = true,