Change Copilot-native's <M-[> description to "Prev Suggestion"

This commit is contained in:
Jonathan Pollak 2025-09-30 07:15:27 +03:00 committed by GitHub
parent 3d3739b4b8
commit 8b8edcf21b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ return {
{
"<M-[>",
function() vim.lsp.inline_completion.select({ count = -1 }) end,
desc = "Next Copilot Suggestion",
desc = "Prev Copilot Suggestion",
mode = { "i", "n" },
},
},