Compare commits

..

No commits in common. "09acbb87c8d4e8640d0077eed180eda63fa48467" and "93b6ecdd505a22067ed778bd41a8dfc38f71dc99" have entirely different histories.

View File

@ -113,6 +113,7 @@ return {
"buffer", "buffer",
"ripgrep", "ripgrep",
"dadbod", "dadbod",
"lua-latex-symbols",
}, },
providers = { providers = {
ripgrep = { ripgrep = {
@ -135,9 +136,11 @@ return {
["lua-latex-symbols"] = { ["lua-latex-symbols"] = {
name = "lua-latex-symbols", name = "lua-latex-symbols",
module = "blink.compat.source", module = "blink.compat.source",
max_items = 5,
opts = { opts = {
cache = true, cache = true,
}, },
score_offset = -3,
}, },
dadbod = { name = "Dadbod", module = "vim_dadbod_completion.blink" }, dadbod = { name = "Dadbod", module = "vim_dadbod_completion.blink" },
}, },
@ -160,7 +163,11 @@ return {
menu = { menu = {
winblend = 50, winblend = 50,
draw = { draw = {
padding = { 0, 1 }, padding = 0,
columns = {
{ "kind_icon" },
{ "label", "label_description", gap = 1 },
},
components = { components = {
kind_icon = { kind_icon = {
text = function(ctx) text = function(ctx)