mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Change Copilot-native's <M-[> description to "Prev Suggestion"
This commit is contained in:
parent
3d3739b4b8
commit
8b8edcf21b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ return {
|
||||||
{
|
{
|
||||||
"<M-[>",
|
"<M-[>",
|
||||||
function() vim.lsp.inline_completion.select({ count = -1 }) end,
|
function() vim.lsp.inline_completion.select({ count = -1 }) end,
|
||||||
desc = "Next Copilot Suggestion",
|
desc = "Prev Copilot Suggestion",
|
||||||
mode = { "i", "n" },
|
mode = { "i", "n" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue