Add Tab completion mapping for Copilot Chat
This commit is contained in:
parent
0026776f36
commit
35b7550e6a
|
|
@ -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,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue