Fix Tab completion mapping
This commit is contained in:
parent
35b7550e6a
commit
5ff419a51b
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue