mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Merge branch 'main' into dev
This commit is contained in:
commit
25efec10bf
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
*LazyVim.txt* For Neovim Last change: 2025 September 29
|
*LazyVim.txt* For Neovim Last change: 2025 September 30
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *LazyVim-table-of-contents*
|
Table of Contents *LazyVim-table-of-contents*
|
||||||
|
|
|
||||||
|
|
@ -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