Merge branch 'main' into dev

This commit is contained in:
chuyanlong 2025-09-30 15:17:22 +08:00
commit 25efec10bf
2 changed files with 2 additions and 2 deletions

View file

@ -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*

View file

@ -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" },
}, },
}, },