Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Dec 24, 2024
1 parent 7cff7d2 commit 7be6351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/configs/saghen/blink-cmp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require("blink.cmp").setup({
},
completion = {
list = {
-- Use "auto_insert" for cmdline/popup/prompt, otherwise use "preselect".
-- Use "auto_insert" for specific buf/win, otherwise use "preselect".
selection = function(ctx)
if ctx.mode == "cmdline" then
return "auto_insert"
Expand Down

0 comments on commit 7be6351

Please sign in to comment.