-- Github Copilot -- Official plugin -- https://docs.github.com/fr/copilot/getting-started-with-github-copilot?tool=neovim return { { "github/copilot.vim", event = "InsertEnter", keys = { { "", "Copilot panel", mode = { "n", "i", "v" }, desc = "Display Copilot panel" }, -- { "", "copilot#Accept()", mode = "i", desc = "Accept Copilot solution", { silent = true, expr = true } }, }, } -- imap