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, + }, + }, }, }, }