all repos

init.lua @ c2f3a3207f2b5467c833876e13c2e92632333347

my nvim config
1 files changed, 7 insertions(+), 1 deletions(-)
refactor(copilot_chat): update, use new way of mapping
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-04-03 12:28:01 +0300
Parent: dacb681
M lua/plugins/copilot.lua

@@ -34,7 +34,13 @@ { "<leader>C", ":CopilotChat ", mode = { "n", "v" } },

}, opts = { mappings = { - reset = "<C-r>", + reset = { + insert = "<C-r>", + normal = "<C-r>", + }, + submit_prompt = { + insert = "<C-CR>", + }, }, }, },