_: { plugins.copilot-chat = { enable = true; }; keymaps = [ { key = "ct"; action = "CopilotChatToggle"; options.desc = "Toggle Copilot Chat Window"; } { key = "cs"; action = "CopilotChatStop"; options.desc = "Stop current Copilot output"; } { key = "cr"; action = "CopilotChatReview"; options.desc = "Review the selected code"; } { key = "ce"; action = "CopilotChatExplain"; options.desc = "Give an explanation for the selected code"; } { key = "cd"; action = "CopilotChatDocs"; options.desc = "Add documentation for the selection"; } { key = "cp"; action = "CopilotChatTests"; options.desc = "Add tests for my code"; } ]; }