diff --git a/lua/custom/plugins/copilot-chat.lua b/lua/custom/plugins/copilot-chat.lua index 569ace30..fcadf653 100644 --- a/lua/custom/plugins/copilot-chat.lua +++ b/lua/custom/plugins/copilot-chat.lua @@ -7,9 +7,10 @@ return { -- https://github.com/CopilotC-Nvim/CopilotChat.nvim build = 'make tiktoken', opts = { mappings = { - reset = false, + -- Use tab for completion complete = { - insert = '', + detail = 'Use @ or / for options.', + insert = '', }, show_diff = { full_diff = true,