Skip to content

Commit 69f7de2

Browse files
committed
chore(completion.blink): update config
1 parent 1a510e6 commit 69f7de2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/modules/configs/completion/blink.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ local opts = {
4040
["<C-c>"] = { "cancel", "hide", "fallback" },
4141
},
4242
completion = {
43+
list = { selection = { preselect = true, auto_insert = true } },
4344
menu = {
45+
auto_show = true,
4446
draw = {
4547
columns = {
4648
{ "label", "label_description", gap = 1 },
@@ -49,6 +51,7 @@ local opts = {
4951
},
5052
},
5153
},
54+
ghost_text = { enabled = true },
5255
},
5356
},
5457
--- @type blink.cmp.TermConfig

0 commit comments

Comments
 (0)