From 35b7550e6a8c3532a83338d1ffb2713c812af545 Mon Sep 17 00:00:00 2001 From: Michal Date: Fri, 5 Sep 2025 09:14:31 +0200 Subject: [PATCH] Add Tab completion mapping for Copilot Chat --- lua/custom/plugins/copilot-chat.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lua/custom/plugins/copilot-chat.lua b/lua/custom/plugins/copilot-chat.lua index bf7a553d..569ace30 100644 --- a/lua/custom/plugins/copilot-chat.lua +++ b/lua/custom/plugins/copilot-chat.lua @@ -6,7 +6,15 @@ return { -- https://github.com/CopilotC-Nvim/CopilotChat.nvim }, build = 'make tiktoken', opts = { - -- See Configuration section for options + mappings = { + reset = false, + complete = { + insert = '', + }, + show_diff = { + full_diff = true, + }, + }, }, }, }