From 5ff419a51b4c5cad3db4aa169acbaf0119f3f9c8 Mon Sep 17 00:00:00 2001 From: Michal Date: Fri, 5 Sep 2025 09:53:12 +0200 Subject: [PATCH] Fix Tab completion mapping --- lua/custom/plugins/copilot-chat.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,