We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a510e6 commit 69f7de2Copy full SHA for 69f7de2
lua/modules/configs/completion/blink.lua
@@ -40,7 +40,9 @@ local opts = {
40
["<C-c>"] = { "cancel", "hide", "fallback" },
41
},
42
completion = {
43
+ list = { selection = { preselect = true, auto_insert = true } },
44
menu = {
45
+ auto_show = true,
46
draw = {
47
columns = {
48
{ "label", "label_description", gap = 1 },
@@ -49,6 +51,7 @@ local opts = {
49
51
50
52
53
54
+ ghost_text = { enabled = true },
55
56
57
--- @type blink.cmp.TermConfig
0 commit comments